org.jlab.coda.jevio
Class EvioException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jlab.coda.jevio.EvioException
All Implemented Interfaces:
java.io.Serializable

public class EvioException
extends java.lang.Exception

This is a general exception used to indicate a problem in the Jevio package.

Author:
heddle
See Also:
Serialized Form

Constructor Summary
EvioException(java.lang.String message)
          Create an EVIO Exception indicating an error specific to the EVIO system.
EvioException(java.lang.String message, java.lang.Throwable cause)
          Create an EVIO Exception with the specified message and cause.
EvioException(java.lang.Throwable cause)
          Create an EVIO Exception with the specified cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvioException

public EvioException(java.lang.String message)
Create an EVIO Exception indicating an error specific to the EVIO system.

Parameters:
message -


EvioException

public EvioException(java.lang.String message,
                     java.lang.Throwable cause)
Create an EVIO Exception with the specified message and cause.

Parameters:
message -

cause -


EvioException

public EvioException(java.lang.Throwable cause)
Create an EVIO Exception with the specified cause.

Parameters:
cause -