Package regress
Class RegException
java.lang.Object
java.lang.Throwable
java.lang.Exception
regress.RegException
- All Implemented Interfaces:
Serializable
Class for a regression exception.
- Since:
- 2004.05.22
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RegException
Create a regression exception.- Parameters:
msg
- the message associated with the exception- Since:
- 2004.05.22 (Christian Borgelt)
-