public class InvalidParameterException extends SDODSException
| Constructor and Description |
|---|
InvalidParameterException(int err,
java.lang.String s)
Construct a
InvalidParameterException with the specified
message and DODS error code (see DODSException). |
InvalidParameterException(java.lang.String s)
Construct a
InvalidParameterException with the specified
detail message. |
getErrorCode, getErrorMessage, getMessage, getProgramSource, getProgramType, parse, print, print, setErrorCode, setErrorMessage, setProgramSource, setProgramTypepublic InvalidParameterException(java.lang.String s)
InvalidParameterException with the specified
detail message.s - the detail message.public InvalidParameterException(int err,
java.lang.String s)
InvalidParameterException with the specified
message and DODS error code (see DODSException).err - the DODS error code.s - the detail message.