gov.nasa.gsfc.drl.rtstps.core
Class RtStpsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nasa.gsfc.drl.rtstps.core.RtStpsException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FsException

public class RtStpsException
extends java.lang.Exception
implements java.io.Serializable

This class represents an RT-STPS error.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
RtStpsException(HDF5LibraryException e)
          Change an HDF5LibraryException exception to an RT-STPS exception.
RtStpsException(java.lang.String message)
          Create an RT-STPS exception with a specific message.
RtStpsException(java.lang.String message, java.lang.Exception e)
          Change an exception to an RT-STPS exception.
 
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
See Also:
Constant Field Values
Constructor Detail

RtStpsException

public RtStpsException(java.lang.String message)
Create an RT-STPS exception with a specific message.


RtStpsException

public RtStpsException(HDF5LibraryException e)
Change an HDF5LibraryException exception to an RT-STPS exception.


RtStpsException

public RtStpsException(java.lang.String message,
                       java.lang.Exception e)
Change an exception to an RT-STPS exception.