Class CompilationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.mcscert.jpipe.compiler.model.CompilationException
- All Implemented Interfaces:
Serializable
Unchecked exception thrown when a compilation step fails unexpectedly.
Checked exceptions thrown inside
Transformation.run(I, CompilationContext) are wrapped here
so the pipeline can propagate them without polluting every call-site.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompilationException(String step, String reason) CompilationException(String step, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompilationException
-
CompilationException
-