opendap.servlet
Class BadURLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by opendap.dap.DAP2Exception
              extended by opendap.servlet.BadURLException
All Implemented Interfaces:
java.io.Serializable

public class BadURLException
extends DAP2Exception

Created 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

Field Summary
 
Fields inherited from class opendap.dap.DAP2Exception
CANNOT_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 Summary
BadURLException()
           
BadURLException(java.lang.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
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadURLException

public BadURLException(java.lang.String msg)

BadURLException

public BadURLException()