org.dvb.dsmcc
Class IllegalObjectTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.dvb.dsmcc.DSMCCException
                  extended byorg.dvb.dsmcc.IllegalObjectTypeException
All Implemented Interfaces:
java.io.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

Constructor Summary
IllegalObjectTypeException()
          constructor of the exception with no detail message
IllegalObjectTypeException(java.lang.String s)
          constructor of the exception
 
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

IllegalObjectTypeException

public IllegalObjectTypeException()
constructor of the exception with no detail message


IllegalObjectTypeException

public IllegalObjectTypeException(java.lang.String s)
constructor of the exception

Parameters:
s - detail message