Package thredds.server.opendap.servlet
Class BadURLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- opendap.dap.DAP2Exception
-
- thredds.server.opendap.servlet.BadURLException
-
- All Implemented Interfaces:
Serializable
public class BadURLException extends opendap.dap.DAP2ExceptionCreated by IntelliJ IDEA. User: ndp Date: Aug 25, 2003 Time: 11:13:10 AM To change this template use Options | File Templates.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadURLException()BadURLException(String msg)
-
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
-
BadURLException
public BadURLException(String msg)
-
BadURLException
public BadURLException()
-
-