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