Class AbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.monte.media.exception.AbortException
- All Implemented Interfaces:
Serializable
This exception is thrown when the production of an image
has been aborted.
- Author:
- Werner Randelshofer, Hausmatt 10, CH-6405 Goldau, Switzerland
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception.AbortException(String message) Creates a new exception. -
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
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AbortException
public AbortException()Creates a new exception. -
AbortException
Creates a new exception.
-