public class InvalidParameterException extends DAP2ServerSideException
| Constructor and Description |
|---|
InvalidParameterException(int err,
String s)
Construct a
InvalidParameterException with the specified
message and OPeNDAP error code (see DAP2Exception). |
InvalidParameterException(String s)
Construct a
InvalidParameterException with the specified
detail message. |
getErrorCode, getErrorMessage, getMessage, getProgramSource, getProgramType, parse, print, print, setErrorCode, setErrorMessage, setProgramSource, setProgramTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidParameterException(String s)
InvalidParameterException with the specified
detail message.s - the detail message.public InvalidParameterException(int err,
String s)
InvalidParameterException with the specified
message and OPeNDAP error code (see DAP2Exception).err - the OPeNDAP error code.s - the detail message.