Class DoNotConvertLambdaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.drools.modelcompiler.util.lambdareplace.DoNotConvertLambdaException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LambdaTypeNeededException
public abstract class DoNotConvertLambdaException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DoNotConvertLambdaException(String lambda)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-