org.xml.sax
Class SAXException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.xml.sax.SAXException
- Direct Known Subclasses:
- SAXNotRecognizedException, SAXNotSupportedException, SAXParseException
- public class SAXException
- extends Exception
Encapsulate a general SAX error or warning.
This class can contain basic error or warning information from
either the XML parser or the application: a parser writer or
application writer can subclass it to provide additional
functionality. SAX handlers may throw this exception or
any exception subclassed from it.
If the application needs to pass through other types of
exceptions, it must wrap those exceptions in a SAXException
or an exception derived from a SAXException.
- Since:
- JDE 4.0.0
- See Also:
SAXParseException
SAXException
public SAXException(String message)
- Create a new SAXException.
- Parameters:
message
- The error or warning message.- Since:
- JDE 4.0.0
Copyright 1999-2004 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.