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