x3d
Class X3DException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--x3d.X3DException

public class X3DException
extends java.lang.RuntimeException

The general X3D exception.

Version:
1.0
Author:
Holger Grahn, Kristof Nast-Kolb, Bitmanagement Software
See Also:
Serialized Form

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

X3DException

public X3DException()

X3DException

public X3DException(java.lang.String s)