j3d.org Code

org.j3d.loaders
Class UnsupportedFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.j3d.loaders.UnsupportedFormatException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedFormatException
extends java.lang.RuntimeException

Exception for when the input file provided does not match the format that the parser can handle.

An unsupported format may be due to many reasons such as:

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

Constructor Summary
UnsupportedFormatException()
          Create a blank exception with no message
UnsupportedFormatException(java.lang.String msg)
          Create an exception that contains the given 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

UnsupportedFormatException

public UnsupportedFormatException()
Create a blank exception with no message


UnsupportedFormatException

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

Parameters:
msg - The message to associate with this exception

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org