|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.j3d.loaders.UnsupportedFormatException
public class UnsupportedFormatException
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:
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 |
---|
public UnsupportedFormatException()
public UnsupportedFormatException(java.lang.String msg)
msg
- The message to associate with this exception
|
j3d.org Code | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |