Xj3D 2.0 VRML/X3D Code API

org.web3d.vrml.sav
Class ImportFileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.web3d.vrml.lang.VRMLException
                  extended by org.web3d.vrml.sav.ImportFileFormatException
All Implemented Interfaces:
java.io.Serializable

public class ImportFileFormatException
extends VRMLException

An exception that represents a parsing error during the import of a file, usually due to an unsupported file type.

Version:
$Revision: 1.1 $
Author:
Rex Melton
See Also:
Serialized Form

Constructor Summary
ImportFileFormatException(java.lang.String message)
          Create an exception
 
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

ImportFileFormatException

public ImportFileFormatException(java.lang.String message)
Create an exception

Parameters:
message - - the detail message.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium