org.dvb.dsmcc
Class IllegalObjectTypeException

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.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
 
Method Summary
 
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
equals, 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