Package daikon.simplify
Class SimplifyError
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- SimplifyError
-
- All Implemented Interfaces:
Serializable
public class SimplifyError extends RuntimeException
Superclass of all RuntimeExceptions in this package.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimplifyError()
SimplifyError(String s)
SimplifyError(Throwable cause)
Constructs a new SimplifyError with the specified cause.
-
Method Summary
-
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SimplifyError
public SimplifyError()
-
SimplifyError
public SimplifyError(String s)
-
SimplifyError
public SimplifyError(Throwable cause)
Constructs a new SimplifyError with the specified cause.- Parameters:
cause
- the cause
-
-