Package org.kie.dmn.feel.codegen.feel11
Class FEELCompilationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.kie.dmn.feel.codegen.feel11.FEELCompilationError
-
- All Implemented Interfaces:
Serializable
public class FEELCompilationError extends Error
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FEELCompilationError(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FEELCompilationError
public FEELCompilationError(String message)
-
-