org.dvb.dsmcc
Class IllegalObjectTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.dvb.dsmcc.DSMCCException
org.dvb.dsmcc.IllegalObjectTypeException
- All Implemented Interfaces:
- Serializable
public class IllegalObjectTypeException
- extends DSMCCException
This Exception is thrown when the application attempted to create
a DSMCCStream or DSMCCStreamEvent object with an object or a path
that did not correspond to a DSMCC Stream or DSMCC StreamEvent respectively
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalObjectTypeException
public IllegalObjectTypeException()
- constructor of the exception with no detail message
IllegalObjectTypeException
public IllegalObjectTypeException(String s)
- constructor of the exception
- Parameters:
s
- detail message