| 
 | BeanIO 1.2.3 | ||||||||
| 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.stream.RecordIOException
public class RecordIOException
A RecordIOException is thrown when a record reader encounters a malformed record and subsequent reads may still be possible.
| Constructor Summary | |
|---|---|
| RecordIOException(String message)Constructs a new RecordIOException. | |
| RecordIOException(String message,
                  Throwable cause)Constructs a new RecordIOException. | |
| RecordIOException(Throwable cause)Constructs a new RecordIOException. | |
| 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 RecordIOException(String message,
                         Throwable cause)
message - the error messagecause - the root causepublic RecordIOException(String message)
message - the error messagepublic RecordIOException(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 | ||||||||