org.deegree.services.wps
Class ProcessletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deegree.services.wps.ProcessletException
- All Implemented Interfaces:
- Serializable
public class ProcessletException
- extends Exception
Indicates that the execution of a Processlet
failed.
- Version:
- $Revision: $, $Date: $
- Author:
- Markus Schneider, last edited by: $Author: schneider $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProcessletException
public ProcessletException(String msg)
- Creates a new
ProcessletException
with the given detail message.
- Parameters:
msg
- detail message (visible to the client)
ProcessletException
public ProcessletException(OWSException owsException)
- Parameters:
owsException
- which should be thrown instead of a 'new' OWSException
.
getOWSException
public OWSException getOWSException()
- Returns:
- an OWSException the
Processlet
created while executing.
hasOWSException
public boolean hasOWSException()
- Returns:
- true if the
Processlet
supplied an OWSException
while executing.
Copyright © 2011. All Rights Reserved.