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.| Constructor and Description |
|---|
InvalidOperatorException(int err,
String s)
Construct a
InvalidOperatorException with the specified
message and OPeNDAP error code (see DAP2Exception). |
InvalidOperatorException(String s)
Construct a
InvalidOperatorException 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 InvalidOperatorException(String s)
InvalidOperatorException with the specified
detail message.s - the detail message.public InvalidOperatorException(int err,
String s)
InvalidOperatorException with the specified
message and OPeNDAP error code (see DAP2Exception).err - the OPeNDAP error code.s - the detail message.