Class SmartParamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.higson.runtime.engine.core.exception.SmartParamException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AnnotationScannerException,ContextInitializationException,FunctionInvocationException,GettingWrongTypeException,InnerReflectiveOperationException,InvalidFunctionToCallException,InvalidLevelValuesQuery,InvalidRowIndexException,InvalidValueIndexException,JavaFunctionInvocationException,NonUniqueFunctionRegisteredException,NonUniqueItemRegisteredException,ParameterValueNotFoundException,TypeConversionException,TypeDecodingException,UndefinedLevelCreatorException,UnknownFunctionException,UnknownFunctionInvokerException,UnknownLevelNameException,UnknownMatcherException,UnknownParameterException,UnknownTypeException
- Since:
- 1.0.0
- Author:
- Przemek Hertel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSmartParamException(String message) SmartParamException(String errorCode, String message) SmartParamException(String message, Throwable cause) SmartParamException(String errorCode, Throwable t, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SmartParamException
-
SmartParamException
-
SmartParamException
-
SmartParamException
-
SmartParamException
-
-
Method Details
-
getErrorCode
-
getMessage
- Overrides:
getMessagein classThrowable
-