gov.nasa.gsfc.drl.rtstps.core.output.hdf5
Class RtStpsRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by gov.nasa.gsfc.drl.rtstps.core.output.hdf5.RtStpsRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class RtStpsRuntimeException
extends java.lang.RuntimeException

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.

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
Default, starting point but currently unused...

See Also:
Constant Field Values
Constructor Detail

RtStpsRuntimeException

public RtStpsRuntimeException(java.lang.Exception e)
Wrap any Exception into a RtStpsRuntimeException

Parameters:
e - the Exception

RtStpsRuntimeException

public RtStpsRuntimeException(java.lang.String msg)
Make a new RtStpsRuntimeException with the String msg

Parameters:
msg - the message that goes into the exception