|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.obe.OBEException org.obe.xpdl.FormalParameterNotFoundException
Exception which is thrown when a named formal parameter cannot be found in a tool's definition.
Constructor Summary | |
FormalParameterNotFoundException()
Constructs a new FormalParameterNotFoundException. |
|
FormalParameterNotFoundException(java.lang.String message)
Constructs a new FormalParameterNotFoundException with the given message. |
Methods inherited from class org.obe.OBEException |
getCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FormalParameterNotFoundException()
public FormalParameterNotFoundException(java.lang.String message)
message
- The message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |