ru.sscc.util
Class CalculatingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ru.sscc.util.CalculatingException

public class CalculatingException
extends java.lang.Exception

The exception is thrown when calculations failed by some reasons.

See Also:
Serialized Form

Constructor Summary
CalculatingException()
           
CalculatingException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CalculatingException

public CalculatingException()

CalculatingException

public CalculatingException(java.lang.String s)