Package org.openl.rules.calc
Class UnexpectedSpreadsheetResultFieldTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openl.exception.OpenlNotCheckedException
-
- org.openl.rules.calc.UnexpectedSpreadsheetResultFieldTypeException
-
- All Implemented Interfaces:
Serializable,OpenLException
public class UnexpectedSpreadsheetResultFieldTypeException extends OpenlNotCheckedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedSpreadsheetResultFieldTypeException()UnexpectedSpreadsheetResultFieldTypeException(String message)UnexpectedSpreadsheetResultFieldTypeException(String message, Throwable cause)UnexpectedSpreadsheetResultFieldTypeException(String message, Throwable cause, ILocation location, IOpenSourceCodeModule sourceModule)UnexpectedSpreadsheetResultFieldTypeException(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
-
UnexpectedSpreadsheetResultFieldTypeException
public UnexpectedSpreadsheetResultFieldTypeException()
-
UnexpectedSpreadsheetResultFieldTypeException
public UnexpectedSpreadsheetResultFieldTypeException(String message, Throwable cause, ILocation location, IOpenSourceCodeModule sourceModule)
-
UnexpectedSpreadsheetResultFieldTypeException
public UnexpectedSpreadsheetResultFieldTypeException(String message, Throwable cause)
-
UnexpectedSpreadsheetResultFieldTypeException
public UnexpectedSpreadsheetResultFieldTypeException(String message)
-
UnexpectedSpreadsheetResultFieldTypeException
public UnexpectedSpreadsheetResultFieldTypeException(Throwable cause)
-
-