gov.nasa.gsfc.drl.rtstps.core
Class RtStpsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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. |
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
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.