olg.csv.base
Class ReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by olg.csv.base.ReaderException
All Implemented Interfaces:
Serializable

public class ReaderException
extends RuntimeException

Exception thrown during reading.

Author:
Olivier Godineau
See Also:
Serialized Form

Constructor Summary
ReaderException()
          Constructs a new exception with null as its detail message.
ReaderException(String message)
          Constructs a new exception with the specified detail message.
ReaderException(String message, Throwable cause)
          Constructs a new exception with the specified detail message and cause.
ReaderException(Throwable cause)
          Constructs a new exception with the specified cause.
 
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

ReaderException

public ReaderException()
Constructs a new exception with null as its detail message.


ReaderException

public ReaderException(String message,
                       Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).

ReaderException

public ReaderException(String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message.

ReaderException

public ReaderException(Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).


Copyright © 2014. All rights reserved.