org.dvb.dsmcc
Class NotLoadedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.dvb.dsmcc.DSMCCException
                  extended by org.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
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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