jetweb is hosted by Hepforge, IPPP Durham

cedar.jetweb.xml
Class JetWebXMLException

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

public class JetWebXMLException
extends JetWebException

Exception thrown by JetWeb xml.

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
JetWebXMLException(java.lang.Exception originalException)
          JetWebException constructor wrapping underlying exception.
JetWebXMLException(java.lang.String message, java.lang.String datain)
          JetWebException 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

JetWebXMLException

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

Parameters:
originalException -


JetWebXMLException

public JetWebXMLException(java.lang.String message,
                          java.lang.String datain)
JetWebException constructor when no underlying exception thrown.

Parameters:
message -
data - useful in debugging this error