Class ColladaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ardor3d.extension.model.collada.jdom.ColladaException
- All Implemented Interfaces:
Serializable
Customer exception thrown when something unexpected is encountered in a Collada file.
- See Also:
-
Constructor Summary
ConstructorDescriptionColladaException
(String message, Object source) ColladaException
(String msg, Object source, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ColladaException
-
ColladaException
-