graph3d
Class RuntimeException

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

public class RuntimeException
extends java.lang.Exception

Thrown by the native runtime environment, if a function causes errors during intepretation.

See Also:
Serialized Form

Constructor Summary
RuntimeException()
           
RuntimeException(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

RuntimeException

public RuntimeException(java.lang.String msg)

RuntimeException

public RuntimeException()