com.sas.drugdev.remote.sas
Class InvalidParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sas.drugdev.remote.sas.InvalidParameterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterException
extends java.lang.Exception

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.

See Also:
Serialized Form

Constructor Summary
InvalidParameterException()
          Null Constructor
InvalidParameterException(java.lang.String message)
          Construct the exception with a message
 
Method Summary
 
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

InvalidParameterException

public InvalidParameterException()
Null Constructor


InvalidParameterException

public InvalidParameterException(java.lang.String message)
Construct the exception with a message

Parameters:
message - The exception message