public class DDSException extends DAP2Exception
DAP2Exception
,
Serialized FormCANNOT_READ_FILE, JAVA_PROGRAM, MALFORMED_EXPR, NO_AUTHORIZATION, NO_PROGRAM, NO_SUCH_FILE, NO_SUCH_VARIABLE, TCL_PROGRAM, UNDEFINED_ERROR, UNDEFINED_PROG_TYPE, UNKNOWN_ERROR
Constructor and Description |
---|
DDSException(int error,
java.lang.String s)
Construct a
DDSException with the specified detail
message and OPeNDAP DAP2 error code. |
getErrorCode, getErrorMessage, getMessage, getProgramSource, getProgramType, parse, print, print, setErrorCode, setErrorMessage, setProgramSource, setProgramType
public DDSException(int error, java.lang.String s)
DDSException
with the specified detail
message and OPeNDAP DAP2 error code.error
- The DAP2 error code.s
- the detail message.DAP2Exception