Class KieCompilerServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.efesto.compilationmanager.api.exceptions.KieCompilerServiceException
-
- All Implemented Interfaces:
Serializable
public class KieCompilerServiceException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KieCompilerServiceException()KieCompilerServiceException(String message)KieCompilerServiceException(String message, Throwable cause)KieCompilerServiceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)KieCompilerServiceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-