org.dvb.dsmcc
Class InvalidAddressException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.dvb.dsmcc.DSMCCException
                  extended byorg.dvb.dsmcc.InvalidAddressException
All Implemented Interfaces:
java.io.Serializable

public class InvalidAddressException
extends DSMCCException

An InvalidAddressException is thrown when the format of an NSAP address is not recognized.

See Also:
Serialized Form

Constructor Summary
InvalidAddressException()
          Construct a InvalidAddressException with no detail message
InvalidAddressException(java.lang.String s)
          Construct a InvalidAddressException 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

InvalidAddressException

public InvalidAddressException()
Construct a InvalidAddressException with no detail message


InvalidAddressException

public InvalidAddressException(java.lang.String s)
Construct a InvalidAddressException with the specified detail message

Parameters:
s - the detail message