Class ShaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.engine_room.flywheel.backend.compile.core.ShaderException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ShaderException.Compile,ShaderException.Link,ShaderException.Load
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionShaderException(String message) ShaderException(String message, Throwable cause) ShaderException(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
-
ShaderException
-
ShaderException
-
ShaderException
-