This is an exception class that you can use to encapsulate all of the information from Ælfred's error
callback. This is not necessary for routine use of Ælfred, but it is used by the optional HandlerBase
class.
Note that the core Ælfred classes do not use this exception. @author Copyright (c) 1998 by Microstar Software Ltd. @author written by David Megginson <dmeggins@microstar.com> @version 1.1 @see XmlHandler#error @see HandlerBase
The generic superclass for most runtime exceptions thrown in nu.xom
. The general principle followed is that anything that can normally be detected by testing such as using spaces in an element name is a runtime exception. Exceptions that depend on environmental conditions, such as might occur when parsing an external file, are checked exceptions, because these depend on variable input, and thus all problems may not be detected during testing.
XMLException
class defines a general exception that may occur during portlet.xml or web.xml handling
@see XmlError @see XmlRuntimeException
This exception is thrown by the xml reader and xml writer classes.
Created: Feb 22, 2003
Copyright: Copyright (c) 2003
Assumptions: none
Requires: nothing
Required by: org.bifrost.xmlio.*
Revision History:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|