net.sf.doolin.gui.monitor
Class TaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.doolin.gui.monitor.TaskException
- All Implemented Interfaces:
- Serializable
public class TaskException
- extends Exception
This exception is thrown when a task has raised an exception during its
execution.
- Author:
- Damien Coraboeuf
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TaskException
public TaskException(Exception ex)
- Constructor
- Parameters:
ex - Root exception
getException
public Exception getException()
- Returns the encapsulated exception.
- Returns:
- Exception
Copyright © 2011. All Rights Reserved.