Class InternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.douira.glsl_preprocessor.InternalException
All Implemented Interfaces:
Serializable

public class InternalException extends RuntimeException
An internal exception. This exception is thrown when an internal state violation is encountered. This should never happen. If it ever happens, please report it as a bug.
See Also:
  • Constructor Details

    • InternalException

      public InternalException(String msg)