|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
commonj.connector.runtime.DataBindingException
public class DataBindingException
An exception used to indicate errors during runtime. If the error is due to another exception, the cause exception should be embedded in this exception.
Constructor Summary | |
---|---|
DataBindingException()
Default constructor |
|
DataBindingException(String message)
Constructor with message |
|
DataBindingException(String message,
Throwable cause)
Constructor with message and cause exception |
|
DataBindingException(Throwable cause)
The constructor with cause 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 DataBindingException()
Exception.Exception()
public DataBindingException(String message)
message
- The exception messageException.Exception(java.lang.String)
public DataBindingException(String message, Throwable cause)
message
- The exception messagecause
- The cause exceptionException.Exception(java.lang.String, java.lang.Throwable)
public DataBindingException(Throwable cause)
cause
- The cause exceptionException.Exception(java.lang.Throwable)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |