public class InvalidOperatorException extends SDODSException
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,
java.lang.String s)
Construct a
InvalidOperatorException with the specified
message and DODS error code (see DODSException). |
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 DODS error code (see DODSException).err - the DODS error code.s - the detail message.