org.dvb.dsmcc
Class InvalidPathNameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.dvb.dsmcc.DSMCCException
                  extended byorg.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
 
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
clone, equals, finalize, 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