|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.deegree.services.wps.ProcessletException
public class ProcessletException
Indicates that the execution of a Processlet failed.
| 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 |
|---|
public ProcessletException(java.lang.String msg)
ProcessletException with the given detail message.
msg - detail message (visible to the client)public ProcessletException(OWSException owsException)
owsException - which should be thrown instead of a 'new' OWSException.| Method Detail |
|---|
public OWSException getOWSException()
Processlet created while executing.public boolean hasOWSException()
Processlet supplied an OWSException while executing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||