org.dvb.dsmcc
Class NotLoadedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.dvb.dsmcc.DSMCCException
org.dvb.dsmcc.NotLoadedException
- All Implemented Interfaces:
- 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotLoadedException
public NotLoadedException()
- Construct a NotLoadedException with no detail message
NotLoadedException
public NotLoadedException(String s)
- Construct a NotLoadedException with the specified detail message
- Parameters:
s
- the detail message