org.dvb.dsmcc
Class NotLoadedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.dvb.dsmcc.DSMCCException
                  extended byorg.dvb.dsmcc.NotLoadedException
All Implemented Interfaces:
java.io.Serializable

public class NotLoadedException
extends DSMCCException

A NotLoadedException is thrown when an operation fails because information which is required to be loaded has not been.

See Also:
Serialized Form

Constructor Summary
NotLoadedException()
          Construct a NotLoadedException with no detail message
NotLoadedException(java.lang.String s)
          Construct a NotLoadedException with the specified detail message
 
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

NotLoadedException

public NotLoadedException()
Construct a NotLoadedException with no detail message


NotLoadedException

public NotLoadedException(java.lang.String s)
Construct a NotLoadedException with the specified detail message

Parameters:
s - the detail message