public class DAP2ServerSideException extends DAP2Exception
CANNOT_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 |
---|
DAP2ServerSideException(int err,
java.lang.String s)
Construct a
DAP2ServerSideException with the specified detail
message. |
getErrorCode, getErrorMessage, getMessage, getProgramSource, getProgramType, parse, print, print, setErrorCode, setErrorMessage, setProgramSource, setProgramType
public DAP2ServerSideException(int err, java.lang.String s)
DAP2ServerSideException
with the specified detail
message.err
- The error number. See opendap.dap.DAP2Exception for the values
and their meaning.s
- the detail message.DAP2Exception