Package thredds.server.opendap.servers
Class WrongTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- opendap.dap.DAP2Exception
-
- thredds.server.opendap.servers.DAP2ServerSideException
-
- thredds.server.opendap.servers.WrongTypeException
-
- All Implemented Interfaces:
Serializable
public class WrongTypeException extends DAP2ServerSideException
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:
DAP2ServerSideException,DAP2Exception, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongTypeException(String s)Construct aWrongTypeExceptionwith the specified detail message.
-
Method Summary
-
Methods inherited from class opendap.dap.DAP2Exception
getErrorCode, getErrorMessage, getMessage, getProgramSource, getProgramType, parse, print, print, setErrorCode, setErrorMessage, setProgramSource, setProgramType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WrongTypeException
public WrongTypeException(String s)
Construct aWrongTypeExceptionwith the specified detail message.- Parameters:
s- the detail message.
-
-