All Packages Class Hierarchy This Package Previous Next Index
Class jumbo.xml.XException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----jumbo.xml.XException
- public class XException
- extends Exception
a class for Exceptions thrown within jumbo.xml routines. Like
jumbo.sgml.JumboException this will develop to try to display the
messages as meaningfully as possible. Still rudimentary.
- Author:
- P.Murray-Rust, 1998
-
XException()
- no message provided
-
XException(Exception)
- store the original exception for later display
-
XException(Exception, String)
- store the original exception and message for later display
-
XException(String)
- store the message
-
toString()
-
XException
public XException()
- no message provided
XException
public XException(String s)
- store the message
XException
public XException(Exception e)
- store the original exception for later display
XException
public XException(Exception e,
String s)
- store the original exception and message for later display
toString
public String toString()
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index