public class DataReadException extends DDSException
ClientIO.deserialize(java.io.DataInputStream, ServerVersion, StatusUI),
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 |
|---|
DataReadException(int err,
String s)
Construct a
DataReadException with the specified
message and OPeNDAP DAP2 error code see (DAP2Exception). |
DataReadException(String s)
Construct a
DataReadException 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 DataReadException(String s)
DataReadException with the specified detail
message.s - the detail message.public DataReadException(int err,
String s)
DataReadException with the specified
message and OPeNDAP DAP2 error code see (DAP2Exception).err - the OPeNDAP error code.s - the detail message.Copyright © 1999-2012 OPeNDAP. All Rights Reserved.