org.sapia.archie
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sapia.archie.NotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class NotFoundException
- extends java.lang.Exception
Thrown when a given node or value is not found for a given name.
- Author:
- Yanick Duchesne
- Copyright:
- Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
- License:
- Read the license.txt file of the jar or visit the
license page at the Sapia OSS web site
- See Also:
- Serialized Form
|
Constructor Summary |
NotFoundException(java.lang.String msg)
Constructor for NotFoundException. |
| 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 |
NotFoundException
public NotFoundException(java.lang.String msg)
- Constructor for NotFoundException.
setRemainingName
public void setRemainingName(Name name)
setResolvedName
public void setResolvedName(Name name)
getRemainingName
public Name getRemainingName()
getResolvedName
public Name getResolvedName()
Copyright © 2010 Sapia OSS. All Rights Reserved.