jetweb is hosted by Hepforge, IPPP Durham

cedar.jetweb.model.plots
Class JetWebPlotException

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

public class JetWebPlotException
extends JetWebException

Exception thrown by JetWeb plots and paper packages. 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
JetWebPlotException(java.lang.Exception originalException)
          JetWebException constructor wrapping underlying exception.
JetWebPlotException(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

JetWebPlotException

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

Parameters:
originalException -


JetWebPlotException

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

Parameters:
message -
data - useful in debugging this error