public class MalformedRecordException extends BeanReaderException
BeanReader.read()
are not
likely to be successful.Constructor and Description |
---|
MalformedRecordException(RecordContext context,
String message)
Constructs a new MalformedRecordException.
|
MalformedRecordException(RecordContext context,
String message,
Throwable cause)
Constructs a new MalformedRecordException.
|
getContext, getRecordContext, getRecordContext, getRecordCount, setRecordContext, setRecordContext
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MalformedRecordException(RecordContext context, String message)
context
- the record context for the malformed recordmessage
- the error messagepublic MalformedRecordException(RecordContext context, String message, Throwable cause)
context
- the record context for the malformed recordmessage
- the error messagecause
- the root cause