public class InvalidOperatorException extends DAP2ServerSideException
RelOp operation is called
on two types for which it makes no sense to compre, such as
attempting to ascertain is a String is less than a Float.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 |
|---|
InvalidOperatorException(int err,
java.lang.String s)
Construct a
InvalidOperatorException with the specified
message and OPeNDAP error code (see DAP2Exception). |
InvalidOperatorException(java.lang.String s)
Construct a
InvalidOperatorException with the specified
detail message. |
getErrorCode, getErrorMessage, getMessage, getProgramSource, getProgramType, parse, print, print, setErrorCode, setErrorMessage, setProgramSource, setProgramTypepublic InvalidOperatorException(java.lang.String s)
InvalidOperatorException with the specified
detail message.s - the detail message.public InvalidOperatorException(int err,
java.lang.String s)
InvalidOperatorException with the specified
message and OPeNDAP error code (see DAP2Exception).err - the OPeNDAP error code.s - the detail message.