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

public class SmartParamException extends RuntimeException
Since:
1.0.0
Author:
Przemek Hertel
See Also:
  • Constructor Details

    • SmartParamException

      public SmartParamException(Throwable t)
    • SmartParamException

      public SmartParamException(String message)
    • SmartParamException

      public SmartParamException(String message, Throwable cause)
    • SmartParamException

      public SmartParamException(String errorCode, String message)
    • SmartParamException

      public SmartParamException(String errorCode, Throwable t, String message)
  • Method Details