spis.Util.Exception
Class SpisRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byspis.Util.Exception.SpisRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SpisParameterNotFoundException

public class SpisRuntimeException
extends java.lang.RuntimeException

Class Name : SpisRuntimeException
Project ref : SPIS project
File name : SpisRuntimeException.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France http://www.onecert.fr
Status : under development
Creation : 25/08/2003
Modification :

Description : SPIS runtime exception
They are thrown within SPIS numerical core routines.
No difference with basic runtime exceptions, this is just a derived class so that runtime exception thrown by SPIS can be distinguished from the ones thrown by java language.

Versions and anomalies correction :

Version numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


Version:
0.1
Author:
JF Roussel
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SpisRuntimeException(java.lang.String s)
           
 
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
 

Constructor Detail

SpisRuntimeException

public SpisRuntimeException(java.lang.String s)