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