de.ukn.hci.squidy.manager
Class ProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.ukn.hci.squidy.SquidyException
de.ukn.hci.squidy.manager.ManagerException
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
|
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 |
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)
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.