system
Class CurveReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
system.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
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.