|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jdesktop.swing.binding.BindException
Thrown when a binding could not be established between a user-interface component and a data model.
| Constructor Summary | |
BindException(Object dataModel)
Instantiates a bind exception. |
|
BindException(Object dataModel,
String fieldName)
Instantiates a bind exception. |
|
BindException(Object dataModel,
String fieldName,
Throwable cause)
Instantiates a bind exception. |
|
BindException(Object dataModel,
Throwable cause)
Instantiates a bind exception. |
|
BindException(String message)
Instantiates bind exception. |
|
BindException(String message,
Throwable cause)
Instantiates bind exception. |
|
| 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 BindException(Object dataModel)
dataModel - data model object which could not be bound
public BindException(Object dataModel,
Throwable cause)
dataModel - data model object which could not be boundcause - the specific throwable which caused the bind failure
public BindException(Object dataModel,
String fieldName)
dataModel - data model object which could not be boundfieldName - string containing the name of the field or element
within the data model
public BindException(Object dataModel,
String fieldName,
Throwable cause)
dataModel - data model object which could not be boundfieldName - string containing the name of the field or element
within the data modelcause - the specific throwable which caused the bind failurepublic BindException(String message)
message - String containing description of why exception occurred
public BindException(String message,
Throwable cause)
message - String containing description of why exception occurredcause - the specific throwable which caused bind failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||