org.dvb.dsmcc
Class InvalidFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.dvb.dsmcc.DSMCCException
org.dvb.dsmcc.InvalidFormatException
- All Implemented Interfaces:
- Serializable
public class InvalidFormatException
- extends DSMCCException
An InvalidFormatException is thrown when an inconsistent DSMCC message is
received.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidFormatException
public InvalidFormatException()
- Construct an InvalidFormatException with no detail message
InvalidFormatException
public InvalidFormatException(String s)
- Construct an InvalidFormatException with the specified detail message
- Parameters:
s
- the detail message