WebObjects 5.2.3

com.webobjects.appserver
Class WODOMParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.webobjects.appserver.WODOMParserException
All Implemented Interfaces:
Serializable

public class WODOMParserException
extends RuntimeException

This runtime exception class is thrown when there are problems parsing XML content into a DOM document.

Note that SAXException is not encapsulated in this exception and hence has to be caught separately.

See Also:
Serialized Form

Constructor Summary
WODOMParserException(String s)
          Creates a WODOMParserException.
 
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

WODOMParserException

public WODOMParserException(String s)
Creates a WODOMParserException.

Parameters:
s - the exception string

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.