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

Constructor Index

 o XException()
no message provided
 o XException(Exception)
store the original exception for later display
 o XException(Exception, String)
store the original exception and message for later display
 o XException(String)
store the message

Method Index

 o toString()

Constructors

 o XException
 public XException()
no message provided

 o XException
 public XException(String s)
store the message

 o XException
 public XException(Exception e)
store the original exception for later display

 o XException
 public XException(Exception e,
                   String s)
store the original exception and message for later display

Methods

 o toString
 public String toString()
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index