org.dvb.dsmcc
Class InvalidPathNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.dvb.dsmcc.DSMCCException
org.dvb.dsmcc.InvalidPathNameException
- All Implemented Interfaces:
- Serializable
public class InvalidPathNameException
- extends DSMCCException
The InvalidPathNameException is thrown when the path name to a DSMCCObject
does not exist or if the ServiceDomain has been detached.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPathNameException
public InvalidPathNameException()
- Construct an InvalidPathNameException with no detail message
InvalidPathNameException
public InvalidPathNameException(String s)
- Construct an InvalidPathNameException with the specified detail message
- Parameters:
s
- the detail message