NetKernel APIs


com.ten60.netkernel.util
Interface IXMLException

All Known Implementing Classes:
NetKernelError, NetKernelException, NKFException, NoAccessorFoundException

public interface IXMLException

An exception that can export its state as serialised XML to a Writer


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
 

Method Detail

appendXML

void appendXML(java.io.Writer aWriter)
               throws java.io.IOException
Append serialised XML representing the exception to the given writer

Parameters:
aWriter - the writer to write exception to
Throws:
java.io.IOException - thrown if we fail to write to writer

getDeepestId

java.lang.String getDeepestId()
Return the id of the deepest underlying cause of this exception


NetKernel APIs


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