Xj3D 2.0 VRML/X3D Code API

vrml.eai
Class NotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by vrml.eai.VrmlException
                  extended by vrml.eai.NotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class NotSupportedException
extends VrmlException

The exception that is thrown when an operation is not supported by an underlying implementation.

Typically this class is used when one of the implementations are not supported in BrowserFactory

Version:
1.0 23rd June 1998
See Also:
BrowserFactory, BrowserFactoryImpl, Serialized Form

Constructor Summary
NotSupportedException()
          Construct a basic instance of this exception with no error message
NotSupportedException(java.lang.String msg)
          Constructs a new exception with a particular message
 
Method Summary
 
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

NotSupportedException

public NotSupportedException()
Construct a basic instance of this exception with no error message


NotSupportedException

public NotSupportedException(java.lang.String msg)
Constructs a new exception with a particular message

Parameters:
msg - The message to use

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium