DODS API

org.enhydra.dods.trans
Class InvalidDomlException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enhydra.dods.trans.InvalidDomlException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDomlException
extends java.lang.Exception

Exception InvalidDomlException is thrown when doml file is not correct.

See Also:
Serialized Form

Constructor Summary
InvalidDomlException()
          Constructor.
InvalidDomlException(java.lang.String message)
          Constructor ( String ).
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

InvalidDomlException

public InvalidDomlException()
Constructor.


InvalidDomlException

public InvalidDomlException(java.lang.String message)
Constructor ( String ).

Parameters:
message - Message of Exception.

DODS API