public class SSFunctionException extends SDODSException
| Constructor and Description |
|---|
SSFunctionException(int err,
java.lang.String s)
Construct a
InvalidOperatorException with the specified
message and DODS error code (see DODSException). |
SSFunctionException(java.lang.String s)
Construct a
InvalidOperatorException with the specified
detail message. |
getErrorCode, getErrorMessage, getMessage, getProgramSource, getProgramType, parse, print, print, setErrorCode, setErrorMessage, setProgramSource, setProgramTypepublic SSFunctionException(java.lang.String s)
InvalidOperatorException with the specified
detail message.s - the detail message.public SSFunctionException(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.