|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gov.nasa.gsfc.drl.rtstps.core.output.hdf5.RtStpsRuntimeException
public class RtStpsRuntimeException
Local customization of the RuntimeException mainly used in places the checked RtStpsException is not allowed (such as Iterator). It is not meant to wrap other RuntimeExceptions but to wrap other checked exceptions principally generated by the HDF library.
Field Summary | |
---|---|
private static long |
serialVersionUID
Default, starting point but currently unused... |
Constructor Summary | |
---|---|
RtStpsRuntimeException(java.lang.Exception e)
Wrap any Exception into a RtStpsRuntimeException |
|
RtStpsRuntimeException(java.lang.String msg)
Make a new RtStpsRuntimeException with the String msg |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public RtStpsRuntimeException(java.lang.Exception e)
e
- the Exceptionpublic RtStpsRuntimeException(java.lang.String msg)
msg
- the message that goes into the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |