|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.sas.InvalidParameterException
The InvalidParameterException is thrown when the user attempts to publish an SDD process and parameter information cannot be resolved. For example, it is thrown if a ProcessParameter class is constructed with a null or blank name.
Constructor Summary | |
InvalidParameterException()
Null Constructor |
|
InvalidParameterException(java.lang.String message)
Construct the exception with a message |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InvalidParameterException()
public InvalidParameterException(java.lang.String message)
message
- The exception message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |