com.webobjects.appserver
Class WODOMParserException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.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
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
WODOMParserException
public WODOMParserException(String s)
- Creates a WODOMParserException.
 - Parameters:
 s - the exception string
Copyright © 2003 Apple Computer, Inc.