当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
ProxyValidator.Error - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.core.util
Class ProxyValidator.Error
java.lang.Object
org.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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
code
private int code
method
private java.lang.reflect.Method method
desc
private java.lang.String desc
ProxyValidator.Error
public ProxyValidator.Error(int code,
java.lang.reflect.Method method)
getCode
public int getCode()
getMethod
public java.lang.reflect.Method getMethod()
getDescription
public java.lang.String getDescription()
toString
public java.lang.String toString()