org.dvb.dsmcc
Class InvalidFormatException

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.InvalidFormatException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFormatException
extends DSMCCException

An InvalidFormatException is thrown when an inconsistent DSMCC message is received.

See Also:
Serialized Form

Constructor Summary
InvalidFormatException()
          Construct an InvalidFormatException with no detail message
InvalidFormatException(java.lang.String s)
          Construct an InvalidFormatException with the specified detail message
 
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

InvalidFormatException

public InvalidFormatException()
Construct an InvalidFormatException with no detail message


InvalidFormatException

public InvalidFormatException(java.lang.String s)
Construct an InvalidFormatException with the specified detail message

Parameters:
s - the detail message