Package org.openl.rules.binding
Class RecursiveSpreadsheetMethodPreBindingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openl.exception.OpenlNotCheckedException
-
- org.openl.rules.binding.RecursiveSpreadsheetMethodPreBindingException
-
- All Implemented Interfaces:
Serializable,OpenLException
public class RecursiveSpreadsheetMethodPreBindingException extends OpenlNotCheckedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecursiveSpreadsheetMethodPreBindingException()RecursiveSpreadsheetMethodPreBindingException(String message)RecursiveSpreadsheetMethodPreBindingException(String message, Throwable cause)RecursiveSpreadsheetMethodPreBindingException(String message, Throwable cause, ILocation location, IOpenSourceCodeModule sourceModule)RecursiveSpreadsheetMethodPreBindingException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.openl.exception.OpenlNotCheckedException
getLocation, getSourceCode, getSourceLocation
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, 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, getMessage
-
-
-
-
Constructor Detail
-
RecursiveSpreadsheetMethodPreBindingException
public RecursiveSpreadsheetMethodPreBindingException()
-
RecursiveSpreadsheetMethodPreBindingException
public RecursiveSpreadsheetMethodPreBindingException(String message, Throwable cause, ILocation location, IOpenSourceCodeModule sourceModule)
-
RecursiveSpreadsheetMethodPreBindingException
public RecursiveSpreadsheetMethodPreBindingException(String message, Throwable cause)
-
RecursiveSpreadsheetMethodPreBindingException
public RecursiveSpreadsheetMethodPreBindingException(String message)
-
RecursiveSpreadsheetMethodPreBindingException
public RecursiveSpreadsheetMethodPreBindingException(Throwable cause)
-
-