dods.dap.Server
Class WrongTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dods.dap.DODSException
dods.dap.Server.SDODSException
dods.dap.Server.WrongTypeException
- All Implemented Interfaces:
- Serializable
- public class WrongTypeException
- extends SDODSException
Report a type-mismatch problem in the constraint expression. Examples are
using relational operators on arrays, using the dot notation on variables
that are not aggregate types.
- See Also:
SDODSException,
DODSException,
Serialized Form
| Fields inherited from class dods.dap.DODSException |
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 |
| Fields inherited from class java.lang.Exception |
|
| Methods inherited from class dods.dap.DODSException |
getErrorCode, getErrorMessage, getMessage, getProgramSource, getProgramType, parse, print, print, setErrorCode, setErrorMessage, setProgramSource, setProgramType |
WrongTypeException
public WrongTypeException(String s)
- Construct a
WrongTypeException with the specified
detail message.
- Parameters:
s - the detail message.