jetweb is hosted by Hepforge, IPPP Durham

cedar.jetweb.model.fit
Class JetWebFitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cedar.jetweb.JetWebException
              extended by cedar.jetweb.model.fit.JetWebFitException
All Implemented Interfaces:
java.io.Serializable

public class JetWebFitException
extends JetWebException

Exception thrown by JetWeb fit package. May be a wrapper round a JetWebDBException, but may also originate from the fit 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
JetWebFitException(java.lang.Exception originalException)
          JetWebException constructor wrapping underlying exception.
JetWebFitException(java.lang.String message, java.lang.String data)
          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

JetWebFitException

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

Parameters:
originalException -


JetWebFitException

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

Parameters:
message -
data - useful in debugging this error