Package org.openl.rules.tbasic.runtime
Class OpenLAlgorithmExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openl.rules.tbasic.runtime.OpenLAlgorithmExecutionException
-
- All Implemented Interfaces:
Serializable
public class OpenLAlgorithmExecutionException extends RuntimeException
- Author:
- User
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenLAlgorithmExecutionException()OpenLAlgorithmExecutionException(String message)OpenLAlgorithmExecutionException(String message, Throwable cause)OpenLAlgorithmExecutionException(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
-
OpenLAlgorithmExecutionException
public OpenLAlgorithmExecutionException()
-
OpenLAlgorithmExecutionException
public OpenLAlgorithmExecutionException(String message)
- Parameters:
message-
-
OpenLAlgorithmExecutionException
public OpenLAlgorithmExecutionException(String message, Throwable cause)
- Parameters:
message-cause-
-
OpenLAlgorithmExecutionException
public OpenLAlgorithmExecutionException(Throwable cause)
- Parameters:
cause-
-
-