|
|
||||||||
| 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
corelib.services.web.bindings.BindingException
public class BindingException
This exception class is used to represent problems thrown during evaluation of binding expression.
| Constructor Summary | |
|---|---|
BindingException(java.lang.String message)
Class constructor. |
|
BindingException(java.lang.String message,
java.lang.Throwable cause)
Class constructor. |
|
BindingException(java.lang.Throwable cause)
Class constructor. |
|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BindingException(java.lang.String message)
message - The message associated to this exception.public BindingException(java.lang.Throwable cause)
cause - The throwable instance that is cause this exception.
public BindingException(java.lang.String message,
java.lang.Throwable cause)
message - The message associated to this exception.cause - The throwable instance that is cause this exception.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||