uk.ac.starlink.task
Class ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.starlink.task.TaskException
uk.ac.starlink.task.ExecutionException
- All Implemented Interfaces:
- Serializable
public class ExecutionException
- extends TaskException
Exception generated when a task does not complete correctly for some
known reason.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExecutionException
public ExecutionException()
ExecutionException
public ExecutionException(String message)
ExecutionException
public ExecutionException(String message,
int errorCode)
ExecutionException
public ExecutionException(String message,
Throwable cause)
ExecutionException
public ExecutionException(Throwable cause)
setErrorCode
public void setErrorCode(int code)
getErrorCode
public int getErrorCode()
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.