org.dvb.dsmcc
Class InvalidFormatException

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

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