public class WrongTypeException extends DAP2ServerSideException
DAP2ServerSideException,
DAP2Exception,
Serialized FormCANNOT_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| 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.Copyright © 1999–2014 OPeNDAP. All rights reserved.