Xj3D VRML/X3D Code API

org.web3d.vrml.lang
Class UnsupportedSpecVersionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.web3d.vrml.lang.VRMLException
                  extended byorg.web3d.vrml.lang.UnsupportedSpecVersionException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedSpecVersionException
extends VRMLException

Exception indicating that a specification version is not supported by the implementation.

This exception may be generated either by the parser implementation if it has knowledge of versions or by the implementation of the various handlers. If the handlers generate it then the parser should at least understand the exception. They are not required do anything such as then filter nodes or anything. They may treat it as either a warning or full error that stops the parser.

Version:
$Revision: 1.1 $
Author:
Justin Couch
See Also:
Serialized Form

Constructor Summary
UnsupportedSpecVersionException()
          Create a new exception with no message.
UnsupportedSpecVersionException(java.lang.String msg)
          Create a new exception with a 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

UnsupportedSpecVersionException

public UnsupportedSpecVersionException()
Create a new exception with no message.


UnsupportedSpecVersionException

public UnsupportedSpecVersionException(java.lang.String msg)
Create a new exception with a message.

Parameters:
msg - The message associated with this exception

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium