|
BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.beanio.BeanIOException
org.beanio.BeanWriterException
public class BeanWriterException
Exception thrown by a BeanWriter or Marshaller.
In most cases, a subclass of this exception is thrown. In a few (but rare) fatal cases, this exception may be thrown directly.
BeanWriter,
Serialized Form| Constructor 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 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||