NetKernel APIs


com.ten60.netkernel.scheduler
Class NoAccessorFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

Constructor Summary
NoAccessorFoundException(URIdentifier aRequest, URIdentifier aModule, List aDebugList)
          Creates a new instance of NoAccessorFoundException
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoAccessorFoundException

public NoAccessorFoundException(URIdentifier aRequest,
                                URIdentifier aModule,
                                List aDebugList)
Creates a new instance of NoAccessorFoundException

Method Detail

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

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.