Class GLTFRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gaiasky.util.gdx.model.gltf.loaders.exceptions.GLTFRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GLTFIllegalException, GLTFUnsupportedException

public class GLTFRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • GLTFRuntimeException

      public GLTFRuntimeException(String message)
    • GLTFRuntimeException

      public GLTFRuntimeException(Throwable t)
    • GLTFRuntimeException

      public GLTFRuntimeException(String message, Throwable t)