NetKernel APIs


com.ten60.netkernel.util
Interface IXMLException

All Known Implementing Classes:
NetKernelError, NetKernelException, NoAccessorFoundException

public interface IXMLException

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


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
 

Method Detail

appendXML

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

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

getDeepestId

public String getDeepestId()
Return the id of the deepest underlying cause of this exception


NetKernel APIs


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