Class AbortException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.monte.media.exception.AbortException
All Implemented Interfaces:
Serializable

public class AbortException extends Exception
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 Details

  • Constructor Details

    • AbortException

      public AbortException()
      Creates a new exception.
    • AbortException

      public AbortException(String message)
      Creates a new exception.