SciLib.Math
Class FailException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.ArithmeticException
                  extended by SciLib.Math.FailException
All Implemented Interfaces:
java.io.Serializable

public class FailException
extends java.lang.ArithmeticException

This class handles some RunTime problems.

See Also:
Serialized Form

Constructor Summary
FailException(java.lang.String err)
           
 
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
 

Constructor Detail

FailException

public FailException(java.lang.String err)