DODS 7.6 API

org.enhydra.dods.doml8.trans
Class InvalidDomlEightException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.enhydra.dods.doml8.trans.InvalidDomlEightException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDomlEightException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InvalidDomlEightException()
          Constructor.
InvalidDomlEightException(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

InvalidDomlEightException

public InvalidDomlEightException()
Constructor.


InvalidDomlEightException

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

Parameters:
message - Message of Exception.

DODS 7.6 API