|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jolene.dom.GridBindException
public final class GridBindException
Exception thrown by the grid's bind method. It's a wrapper around exceptions thrown by BeanUtils. Specifically: IllegalAccessException InvocationTargetException NoSuchMethodException
Constructor Summary | |
---|---|
GridBindException()
|
|
GridBindException(java.lang.String message)
Constructs the exception with the specified message string. |
|
GridBindException(java.lang.String message,
java.lang.Throwable cause)
Constructs the exception with the specified message string and cause. |
|
GridBindException(java.lang.Throwable cause)
Constructs the exception with the specified cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GridBindException()
public GridBindException(java.lang.String message)
message
- - message stringpublic GridBindException(java.lang.Throwable cause)
cause
- - cause of the exceptionpublic GridBindException(java.lang.String message, java.lang.Throwable cause)
message
- - message stringcause
- - cause of the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |