|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.jlab.coda.jevio.EvioException
public class EvioException
This is a general exception used to indicate a problem in the Jevio package.
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 |
---|
public EvioException(java.lang.String message)
message
- public EvioException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public EvioException(java.lang.Throwable cause)
cause
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |