|
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 org.beanio.BeanWriterIOException
public class BeanWriterIOException
A BeanWriterIOException is thrown when a BeanWriter's underlying output stream throws an IOException or another otherwise fatal error occurs while using a BeanWriter.
BeanWriter
,
Serialized FormConstructor Summary | |
---|---|
BeanWriterIOException(String message)
Constructs a new BeanWriterIOException. |
|
BeanWriterIOException(String message,
Throwable cause)
Constructs a new BeanWriterIOException. |
|
BeanWriterIOException(Throwable cause)
Constructs a new BeanWriterIOException. |
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 BeanWriterIOException(String message, Throwable cause)
message
- the error messagecause
- the root causepublic BeanWriterIOException(String message)
message
- the error messagepublic BeanWriterIOException(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 |