Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.douira.glsl_transformer.parser.ParsingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParsingException(String message) ParsingException(String message, ParseCancellationException cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic ParseCancellationExceptiongetCause()static Supplier<ParsingException>static RunnableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
-
ParsingException
-
ParsingException
-
ParsingException
public ParsingException()
-
-
Method Details
-
getCause
-
extractParseCancellationException
public static ParseCancellationException extractParseCancellationException(RuntimeException exception) -
thrower
-
supplier
-