uk.ac.starlink.task
Class AbortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.starlink.task.TaskException
              extended by uk.ac.starlink.task.AbortException
All Implemented Interfaces:
Serializable

public class AbortException
extends TaskException

Exception generated when the user signals an intention to abort a task.

See Also:
Serialized Form

Constructor Summary
AbortException()
           
AbortException(String msg)
           
AbortException(String msg, Throwable cause)
           
AbortException(Throwable cause)
           
 
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()

AbortException

public AbortException(String msg)

AbortException

public AbortException(String msg,
                      Throwable cause)

AbortException

public AbortException(Throwable cause)


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.