|
||||||||||
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.binding.swingx.BindException
public class BindException
Thrown when a binding could not be established between a user-interface component and a data model.
Constructor Summary | |
---|---|
BindException(java.lang.Object dataModel)
Instantiates a bind exception. |
|
BindException(java.lang.Object dataModel,
java.lang.String fieldName)
Instantiates a bind exception. |
|
BindException(java.lang.Object dataModel,
java.lang.String fieldName,
java.lang.Throwable cause)
Instantiates a bind exception. |
|
BindException(java.lang.Object dataModel,
java.lang.Throwable cause)
Instantiates a bind exception. |
|
BindException(java.lang.String message)
Instantiates bind exception. |
|
BindException(java.lang.String message,
java.lang.Throwable cause)
Instantiates bind exception. |
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 BindException(java.lang.Object dataModel)
dataModel
- data model object which could not be boundpublic BindException(java.lang.Object dataModel, java.lang.Throwable cause)
dataModel
- data model object which could not be boundcause
- the specific throwable which caused the bind failurepublic BindException(java.lang.Object dataModel, java.lang.String fieldName)
dataModel
- data model object which could not be boundfieldName
- string containing the name of the field or element
within the data modelpublic BindException(java.lang.Object dataModel, java.lang.String fieldName, java.lang.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(java.lang.String message)
message
- String containing description of why exception occurredpublic BindException(java.lang.String message, java.lang.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 |