DODS 7.6 API

org.enhydra.dods.trans
Class InvalidDomlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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 ).
 
Method Summary
 
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 7.6 API