olg.csv.bean.getter
Class GetterException

Package class diagram package GetterException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by olg.csv.bean.getter.GetterException
All Implemented Interfaces:
Serializable

public class GetterException
extends RuntimeException

Exception thrown when an error occurs during String extraction operation from a row.

See Also:
AbstractGetter, Serialized Form

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

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

GetterException

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


GetterException

public GetterException(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).

GetterException

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

Parameters:
message - the detail message.

GetterException

public GetterException(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.