org.deegree.services.wps
Class ProcessletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deegree.services.wps.ProcessletException
All Implemented Interfaces:
java.io.Serializable

public class ProcessletException
extends java.lang.Exception

Indicates that the execution of a Processlet failed.

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: schneider $
See Also:
Serialized Form

Constructor Summary
ProcessletException(OWSException owsException)
           
ProcessletException(java.lang.String msg)
          Creates a new ProcessletException with the given detail message.
 
Method Summary
 OWSException getOWSException()
           
 boolean hasOWSException()
           
 
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

ProcessletException

public ProcessletException(java.lang.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.
Method Detail

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.