net.sf.doolin.gui.monitor
Class TaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
TaskException(Exception ex)
          Constructor
 
Method Summary
 Exception getException()
          Returns the encapsulated exception.
 
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(Exception ex)
Constructor

Parameters:
ex - Root exception
Method Detail

getException

public Exception getException()
Returns the encapsulated exception.

Returns:
Exception


Copyright © 2011. All Rights Reserved.