Package org.openl.rules.dt.algorithm
Class FailOnMissException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openl.exception.OpenLRuntimeException
-
- org.openl.rules.dt.algorithm.FailOnMissException
-
- All Implemented Interfaces:
Serializable,OpenLException
public class FailOnMissException extends OpenLRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FailOnMissException(String message, DecisionTable decisionTable)
-
Method Summary
-
Methods inherited from class org.openl.exception.OpenLRuntimeException
getLocation, getMessage, getOriginalMessage, getSourceCode, getSourceLocation, printStackTrace, printStackTrace, printStackTrace, pushMethodNode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openl.exception.OpenLException
getCause
-
-
-
-
Constructor Detail
-
FailOnMissException
public FailOnMissException(String message, DecisionTable decisionTable)
-
-