jetweb is hosted by Hepforge, IPPP Durham

cedar.jetweb.html
Class JetWebHTMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cedar.jetweb.JetWebException
              extended by cedar.jetweb.html.JetWebHTMLException
All Implemented Interfaces:
java.io.Serializable

public class JetWebHTMLException
extends JetWebException

Exception thrown by JetWeb html package. May be a wrapper round another JetWebException, but may also originate from the html package.

Version:
$Date: 2005-10-24 10:16:06 +0100 (Mon, 24 Oct 2005) $ $Revision: 959 $
Author:
S. Butterworth
See Also:
Serialized Form

Field Summary
 
Fields inherited from class cedar.jetweb.JetWebException
data, originalException
 
Constructor Summary
JetWebHTMLException(java.lang.Exception originalException)
          JetWebHTMLException constructor wrapping underlying exception.
JetWebHTMLException(java.lang.String message, java.lang.String data)
          JetWebHTMLException constructor when no underlying exception thrown.
 
Method Summary
 
Methods inherited from class cedar.jetweb.JetWebException
getMessage, getOriginalException, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JetWebHTMLException

public JetWebHTMLException(java.lang.Exception originalException)
JetWebHTMLException constructor wrapping underlying exception.

Parameters:
originalException -


JetWebHTMLException

public JetWebHTMLException(java.lang.String message,
                           java.lang.String data)
JetWebHTMLException constructor when no underlying exception thrown.

Parameters:
message -
data - useful in debugging this error