org.beanio
Class InvalidRecordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.beanio.BeanIOException
org.beanio.BeanReaderException
org.beanio.InvalidRecordException
- All Implemented Interfaces:
- Serializable
public class InvalidRecordException
- extends BeanReaderException
Exception thrown when a record or one of its fields does not pass
validation.
- Since:
- 1.0
- Author:
- Kevin Seim
- See Also:
- Serialized Form
InvalidRecordException
public InvalidRecordException(BeanReaderContext context,
String message,
Throwable cause)
- Constructs a new InvalidRecordException.
- Parameters:
context
- the current context of the readermessage
- the error messagecause
- the root cause
InvalidRecordException
public InvalidRecordException(BeanReaderContext context,
String message)
- Constructs a new InvalidRecordException.
- Parameters:
context
- the current context of the readermessage
- the error message
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2010-2012 Kevin Seim