system
Class CurveReadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysystem.CurveReadException
All Implemented Interfaces:
Serializable

public class CurveReadException
extends Exception

This class is an Exception that may be thrown during the reading of an Curve Scheme. It indicates that the Curve Scheme is incorrect.

Since:
1.00
Version:
1.10
Author:
Berend "Kirk" Wouda
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CurveReadException()
          Creates a new CurveReadException.
CurveReadException(String message)
          Creates a new CurveReadException with the given error message.
 
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

CurveReadException

public CurveReadException(String message)
Creates a new CurveReadException with the given error message.

Parameters:
message - The error message.

CurveReadException

public CurveReadException()
Creates a new CurveReadException.