org.sormula.operation
Class OperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sormula.SormulaException
              extended by org.sormula.operation.OperationException
All Implemented Interfaces:
java.io.Serializable

public class OperationException
extends SormulaException

Exception that originates in the operation package.

Since:
1.0
Author:
Jeff Miller
See Also:
Serialized Form

Constructor Summary
OperationException(java.lang.String message)
          Constructs for a message.
OperationException(java.lang.String message, java.lang.Throwable cause)
          Constructs for a message and cause.
 
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

OperationException

public OperationException(java.lang.String message)
Constructs for a message.

Parameters:
message - expection message

OperationException

public OperationException(java.lang.String message,
                          java.lang.Throwable cause)
Constructs for a message and cause.

Parameters:
message - expection message
cause - cause of exception