Copyright 2011-01-06 Werner Randelshofer

ch.randelshofer.util
Class AbortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.randelshofer.util.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:
1998-10-19
Author:
Werner Randelshofer, Hausmatt 10, CH-6405 Immensee, Switzerland
See Also:
Serialized Form

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
 

Constructor Detail

AbortException

public AbortException()
Creates a new exception.


AbortException

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


Copyright 2011-01-06 Werner Randelshofer