com.ten60.netkernel.scheduler
Class NoAccessorFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ten60.netkernel.scheduler.NoAccessorFoundException
- All Implemented Interfaces:
- IXMLException, Serializable
- public class NoAccessorFoundException
- extends Exception
- implements IXMLException
An XML exception that contains an accessor resolution trace
- See Also:
- Serialized Form
Method Summary |
void |
appendXML(Writer aWriter)
Append serialised XML representing the exception to the given writer |
String |
getDeepestId()
Return the id of the deepest underlying cause of this exception |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoAccessorFoundException
public NoAccessorFoundException(URIdentifier aRequest,
URIdentifier aModule,
List aDebugList)
- Creates a new instance of NoAccessorFoundException
appendXML
public void appendXML(Writer aWriter)
throws IOException
- Description copied from interface:
IXMLException
- Append serialised XML representing the exception to the given writer
- Specified by:
appendXML
in interface IXMLException
- Parameters:
aWriter
- the writer to write exception to
- Throws:
IOException
- thrown if we fail to write to writer
getDeepestId
public String getDeepestId()
- Description copied from interface:
IXMLException
- Return the id of the deepest underlying cause of this exception
- Specified by:
getDeepestId
in interface IXMLException
Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.