graph3d
Class TypeMismatchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--graph3d.TypeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class TypeMismatchException
extends java.lang.Exception

Thrown by the native environment, if a function can't be displayed, because it doesn't match one of the displayable prototypes (currently (ff)f and (fff)f).

See Also:
Serialized Form

Constructor Summary
TypeMismatchException()
           
TypeMismatchException(java.lang.String msg)
           
 
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

TypeMismatchException

public TypeMismatchException(java.lang.String msg)

TypeMismatchException

public TypeMismatchException()