Xj3D VRML/X3D Code API

org.web3d.browser
Class InvalidConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.web3d.browser.InvalidConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigurationException
extends java.lang.RuntimeException

Xj3D has failed to start due to a configuration error. This is a fatal condition.

Version:
$Revision: 1.2 $
Author:
Alan Hudson
See Also:
Serialized Form

Constructor Summary
InvalidConfigurationException()
          Create a default exception that does not contain a message.
InvalidConfigurationException(java.lang.String msg)
          Create an exception that contains the given 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

InvalidConfigurationException

public InvalidConfigurationException()
Create a default exception that does not contain a message.


InvalidConfigurationException

public InvalidConfigurationException(java.lang.String msg)
Create an exception that contains the given message.

Parameters:
msg - The message to associate

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium