Package com.googlecode.aviator.exception
Class StandardError
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.googlecode.aviator.exception.StandardError
- All Implemented Interfaces:
Serializable
Standard error.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStandardError
(String message) StandardError
(String message, Throwable cause) StandardError
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) StandardError
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
StandardError
public StandardError() -
StandardError
-
StandardError
-
StandardError
-
StandardError
-