JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.formulae
Class OperandMismatchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.klg.jclass.util.formulae.OperandMismatchException
All Implemented Interfaces:
Serializable

public class OperandMismatchException
extends RuntimeException

We throw an OperandMismatchException when an illegal mathematical construct is evaluated. (e.g. adding a number to a vector)

See Also:
Serialized Form

Constructor Summary
OperandMismatchException(String message)
           
 
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

OperandMismatchException

public OperandMismatchException(String message)

Copyright © 2004 Quest Software Inc..
All rights reserved.