站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

ProxyValidator.Error - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.core.util
Class ProxyValidator.Error

java.lang.Object
  extended byorg.jboss.portal.core.util.ProxyValidator.Error
Enclosing class:
ProxyValidator

public static class ProxyValidator.Error
extends java.lang.Object


Field Summary
private  int code
           
private  java.lang.String desc
           
private  java.lang.reflect.Method method
           
 
Constructor Summary
ProxyValidator.Error(int code, java.lang.reflect.Method method)
           
 
Method Summary
 int getCode()
           
 java.lang.String getDescription()
           
 java.lang.reflect.Method getMethod()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

code

private int code

method

private java.lang.reflect.Method method

desc

private java.lang.String desc
Constructor Detail

ProxyValidator.Error

public ProxyValidator.Error(int code,
                            java.lang.reflect.Method method)
Method Detail

getCode

public int getCode()

getMethod

public java.lang.reflect.Method getMethod()

getDescription

public java.lang.String getDescription()

toString

public java.lang.String toString()