org.dvb.dsmcc
Class InvalidPathNameException

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.InvalidPathNameException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPathNameException
extends DSMCCException

The InvalidPathNameException is thrown when the path name to a DSMCCObject does not exist or if the service domain is not detached.

See Also:
Serialized Form

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

InvalidPathNameException

public InvalidPathNameException()
Construct an InvalidPathNameException with no detail message


InvalidPathNameException

public InvalidPathNameException(java.lang.String s)
Construct an InvalidPathNameException with the specified detail message

Parameters:
s - the detail message