public class BeanWriterException extends BeanIOException
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 FormConstructor and Description |
---|
BeanWriterException(String message)
Constructs a new BeanWriterException.
|
BeanWriterException(String message,
Throwable cause)
Constructs a new BeanWriterException.
|
BeanWriterException(Throwable cause)
Constructs a new BeanWriterException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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