|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jme3.scene.plugins.blender.exceptions.BlenderFileException
public class BlenderFileException
This exception is thrown when blend file data is somehow invalid.
Constructor Summary | |
---|---|
BlenderFileException()
Constructor. |
|
BlenderFileException(java.lang.String message)
Constructor. |
|
BlenderFileException(java.lang.String message,
java.lang.Throwable throwable)
Constructor. |
|
BlenderFileException(java.lang.Throwable throwable)
Constructor. |
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 BlenderFileException()
public BlenderFileException(java.lang.String message)
message
- the message describing the problem that occuredpublic BlenderFileException(java.lang.Throwable throwable)
throwable
- an exception/error that occuredpublic BlenderFileException(java.lang.String message, java.lang.Throwable throwable)
message
- the message describing the problem that occuredthrowable
- an exception/error that occured
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |