ru.tunegov.mathematic
Class OperationNotSupport

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

public class OperationNotSupport
extends MathematicException

This class represents mathematical exception. It throws, when the operation are not supported in current release of the class or not supported in general.

Since:
Mathematic 1.0
See Also:
Serialized Form

Constructor Summary
OperationNotSupport()
          OperationNotSupport constructor comment.
OperationNotSupport(java.lang.String s)
          OperationNotSupport constructor comment.
 
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

OperationNotSupport

public OperationNotSupport()
OperationNotSupport constructor comment.

OperationNotSupport

public OperationNotSupport(java.lang.String s)
OperationNotSupport constructor comment.
Parameters:
s - java.lang.String