|
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 org.beanio.BeanWriterException
public abstract class BeanWriterException
A subclass of BeanWriterException is thrown for any exception that occurs while using a BeanWriter to write to an output stream.
BeanWriter
,
Serialized FormConstructor Summary | |
---|---|
BeanWriterException(String message)
Constructs a new BeanWriterException. |
|
BeanWriterException(String message,
Throwable cause)
Constructs a new BeanWriterException. |
|
BeanWriterException(Throwable cause)
Constructs a new BeanWriterException. |
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 BeanWriterException(String message, Throwable cause)
message
- the error messagecause
- the root causepublic BeanWriterException(String message)
message
- the error messagepublic BeanWriterException(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 |