Copyright 2012-04-26 Werner Randelshofer

org.monte.media
Class AbortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.monte.media.AbortException
All Implemented Interfaces:
java.io.Serializable

public class AbortException
extends java.lang.Exception

This exception is thrown when the production of an image has been aborted.

Version:
$Id: AbortException.java 186 2012-03-28 11:18:42Z werner $
Author:
Werner Randelshofer, Hausmatt 10, CH-6405 Immensee, Switzerland
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
AbortException()
          Creates a new exception.
AbortException(java.lang.String message)
          Creates a new exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AbortException

public AbortException()
Creates a new exception.


AbortException

public AbortException(java.lang.String message)
Creates a new exception.


Copyright 2012-04-26 Werner Randelshofer