|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ten60.netkernel.scheduler.NoAccessorFoundException
public class NoAccessorFoundException
An XML exception that contains an accessor resolution trace
| Constructor Summary | |
|---|---|
NoAccessorFoundException(URIdentifier aRequest,
URIdentifier aModule,
java.util.List aDebugList)
Creates a new instance of NoAccessorFoundException |
|
| Method Summary | |
|---|---|
void |
appendXML(java.io.Writer aWriter)
Append serialised XML representing the exception to the given writer |
java.lang.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 |
|---|
public NoAccessorFoundException(URIdentifier aRequest,
URIdentifier aModule,
java.util.List aDebugList)
| Method Detail |
|---|
public void appendXML(java.io.Writer aWriter)
throws java.io.IOException
IXMLException
appendXML in interface IXMLExceptionaWriter - the writer to write exception to
java.io.IOException - thrown if we fail to write to writerpublic java.lang.String getDeepestId()
IXMLException
getDeepestId in interface IXMLException
|
NetKernel APIs |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||