The generic superclass for all the checked exceptions thrown in XOM. The general principle followed is that anything that could plausibly 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 problems may not all be detected during testing.
@author Elliotte Rusty Harold @version 1.1b3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|