KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > xml > sax > SAXException

org.xml.sax
Class SAXException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SAXNotRecognizedException, SAXNotSupportedException, SAXParseException
See Also:
Top Examples, Source Code

public Exception getException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMessage()
See Also:
Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SAXException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SAXException(Exception e)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SAXException(String message)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SAXException(String message,
                    Exception e)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags