ru.tunegov.mathematic
Class MathematicException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ru.tunegov.mathematic.MathematicException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OperationNotSupport

public class MathematicException
extends java.lang.RuntimeException

This class represents mathematical exception.

Since:
Mathematic 1.0
See Also:
Serialized Form

Constructor Summary
MathematicException()
          Contruct a MathematicalException object.
MathematicException(java.lang.String s)
          Contruct a MathematicalException object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MathematicException

public MathematicException()
Contruct a MathematicalException object.

MathematicException

public MathematicException(java.lang.String s)
Contruct a MathematicalException object.
Parameters:
s - Comments for exception