com.sun.j3d.loaders
Class IncorrectFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.j3d.loaders.IncorrectFormatException
All Implemented Interfaces:
java.io.Serializable

public class IncorrectFormatException
extends java.lang.RuntimeException

Exception used to indicate that a file of the incorrect type was passed to a loader.

See Also:
Serialized Form

Constructor Summary
IncorrectFormatException()
           
IncorrectFormatException(java.lang.String s)
           
 
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

IncorrectFormatException

public IncorrectFormatException()

IncorrectFormatException

public IncorrectFormatException(java.lang.String s)


Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.