public class WrongTypeException extends DAP2ServerSideException
DAP2ServerSideException,
DAP2Exception,
Serialized Form| Constructor and Description |
|---|
WrongTypeException(String s)
Construct a
WrongTypeException 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 WrongTypeException(String s)
WrongTypeException with the specified
detail message.s - the detail message.