uk.ac.starlink.task
Class TaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.starlink.task.TaskException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbortException, ExecutionException, UsageException

public class TaskException
extends Exception

Superclass for exceptions in the task package.

See Also:
Serialized Form

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

TaskException

public TaskException()

TaskException

public TaskException(String msg)

TaskException

public TaskException(String msg,
                     Throwable cause)

TaskException

public TaskException(Throwable cause)


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