|
BeanIO 1.2.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.beanio.BeanIOException
public class BeanIOException
Base class for all exceptions thrown by the BeanIO framework.
Constructor Summary | |
---|---|
BeanIOException(String message)
Constructs a new BeanIOException. |
|
BeanIOException(String message,
Throwable cause)
Constructs a new BeanIOException. |
|
BeanIOException(Throwable cause)
Constructs a new BeanIOException. |
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 BeanIOException(String message, Throwable cause)
message
- the error messagecause
- the root causepublic BeanIOException(String message)
message
- the error messagepublic BeanIOException(Throwable cause)
cause
- the root cause
|
BeanIO 1.2.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |