org.dvb.dsmcc
Class InvalidAddressException

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.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
 
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

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