de.ukn.hci.squidy.manager
Class ProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.ukn.hci.squidy.SquidyException
                  extended by de.ukn.hci.squidy.manager.ManagerException
                      extended by de.ukn.hci.squidy.manager.ProcessException
All Implemented Interfaces:
Serializable

public class ProcessException
extends ManagerException

ProcessException.

 Date: Jul 30, 2008
 Time: 12:09:18 PM
 

Since:
1.1.0
Version:
$Id: ProcessException.java 30 2009-09-18 22:23:35Z nitsche $
Author:
Roman Rädle, Roman.Raedle@uni-konstanz.de, University of Konstanz
See Also:
Serialized Form

Constructor Summary
ProcessException(String message)
           
ProcessException(String message, IData data)
           
ProcessException(String message, Throwable cause)
           
ProcessException(String message, Throwable cause, IData data)
           
ProcessException(Throwable cause)
           
 
Method Summary
 IData getData()
          Returns the data object if the process exception has been caused within a data process.
 
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

ProcessException

public ProcessException(String message)

ProcessException

public ProcessException(String message,
                        Throwable cause)

ProcessException

public ProcessException(Throwable cause)

ProcessException

public ProcessException(String message,
                        IData data)

ProcessException

public ProcessException(String message,
                        Throwable cause,
                        IData data)
Method Detail

getData

public IData getData()
Returns the data object if the process exception has been caused within a data process.

Returns:
The data object or null if no data has been set.


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.