Serialized Form
-
Package io.higson.runtime.core.datasource.snapshot
-
Exception io.higson.runtime.core.datasource.snapshot.IncorrectSnapshotException
class IncorrectSnapshotException extends RuntimeException implements Serializable
-
-
Package io.higson.runtime.core.datasource.snapshot.domain
-
Exception io.higson.runtime.core.datasource.snapshot.domain.ImportSnapshotException
class ImportSnapshotException extends RuntimeException implements Serializable- serialVersionUID:
- -377245555858857507L
-
-
Package io.higson.runtime.core.datasource.snapshot.function
-
Exception io.higson.runtime.core.datasource.snapshot.function.FunctionNotFoundInSnapshotException
class FunctionNotFoundInSnapshotException extends RuntimeException implements Serializable -
Exception io.higson.runtime.core.datasource.snapshot.function.MissingFunctionAttributeException
class MissingFunctionAttributeException extends HigsonRuntimeException implements Serializable
-
-
Package io.higson.runtime.core.datasource.snapshot.parameter
-
Exception io.higson.runtime.core.datasource.snapshot.parameter.ParameterNotFoundInSnapshotException
class ParameterNotFoundInSnapshotException extends RuntimeException implements Serializable
-
-
Package io.higson.runtime.dao.exception
-
Exception io.higson.runtime.dao.exception.EmptyResultDaoException
class EmptyResultDaoException extends RuntimeException implements Serializable
-
-
Package io.higson.runtime.decoder
-
Exception io.higson.runtime.decoder.InvalidFunctionCascadeRef
class InvalidFunctionCascadeRef extends HigsonRuntimeException implements Serializable -
Exception io.higson.runtime.decoder.InvalidParameterCascadeRef
class InvalidParameterCascadeRef extends HigsonRuntimeException implements Serializable
-
-
Package io.higson.runtime.engine.annotated.scanner
-
Exception io.higson.runtime.engine.annotated.scanner.NonUniqueFunctionRegisteredException
class NonUniqueFunctionRegisteredException extends SmartParamException implements Serializable
-
-
Package io.higson.runtime.engine.core
-
Exception io.higson.runtime.engine.core.InvalidFunctionToCallException
class InvalidFunctionToCallException extends SmartParamException implements Serializable -
Exception io.higson.runtime.engine.core.InvalidLevelValuesQuery
class InvalidLevelValuesQuery extends SmartParamException implements Serializable -
Exception io.higson.runtime.engine.core.ParameterValueNotFoundException
class ParameterValueNotFoundException extends SmartParamException implements Serializable -
Exception io.higson.runtime.engine.core.UndefinedLevelCreatorException
class UndefinedLevelCreatorException extends SmartParamException implements Serializable -
Exception io.higson.runtime.engine.core.UnknownParameterException
class UnknownParameterException extends SmartParamException implements Serializable
-
-
Package io.higson.runtime.engine.core.context
-
Exception io.higson.runtime.engine.core.context.ContextInitializationException
class ContextInitializationException extends SmartParamException implements Serializable -
Exception io.higson.runtime.engine.core.context.DuplicateContextItemException
class DuplicateContextItemException extends ContextInitializationException implements Serializable -
Exception io.higson.runtime.engine.core.context.InvalidContextArgumentsCountException
class InvalidContextArgumentsCountException extends ContextInitializationException implements Serializable
-
-
Package io.higson.runtime.engine.core.decoder
-
Exception io.higson.runtime.engine.core.decoder.TypeConversionException
class TypeConversionException extends SmartParamException implements Serializable -
Exception io.higson.runtime.engine.core.decoder.TypeDecodingException
class TypeDecodingException extends SmartParamException implements Serializable
-
-
Package io.higson.runtime.engine.core.exception
-
Exception io.higson.runtime.engine.core.exception.SmartParamException
class SmartParamException extends RuntimeException implements Serializable-
Serialized Fields
-
errorCode
String errorCode
-
-
-
-
Package io.higson.runtime.engine.core.function
-
Exception io.higson.runtime.engine.core.function.FunctionInvocationException
class FunctionInvocationException extends SmartParamException implements Serializable -
Exception io.higson.runtime.engine.core.function.UnknownFunctionException
class UnknownFunctionException extends SmartParamException implements Serializable -
Exception io.higson.runtime.engine.core.function.UnknownFunctionInvokerException
class UnknownFunctionInvokerException extends SmartParamException implements Serializable
-
-
Package io.higson.runtime.engine.core.output
-
Exception io.higson.runtime.engine.core.output.GettingWrongTypeException
class GettingWrongTypeException extends SmartParamException implements Serializable -
Exception io.higson.runtime.engine.core.output.InvalidRowIndexException
class InvalidRowIndexException extends SmartParamException implements Serializable -
Exception io.higson.runtime.engine.core.output.InvalidValueIndexException
class InvalidValueIndexException extends SmartParamException implements Serializable -
Exception io.higson.runtime.engine.core.output.UnknownLevelNameException
class UnknownLevelNameException extends SmartParamException implements Serializable
-
-
Package io.higson.runtime.engine.core.prepared
-
Exception io.higson.runtime.engine.core.prepared.UnknownMatcherException
class UnknownMatcherException extends SmartParamException implements Serializable -
Exception io.higson.runtime.engine.core.prepared.UnknownTypeException
class UnknownTypeException extends SmartParamException implements Serializable
-
-
Package io.higson.runtime.engine.core.repository
-
Exception io.higson.runtime.engine.core.repository.NonUniqueItemRegisteredException
class NonUniqueItemRegisteredException extends SmartParamException implements Serializable
-
-
Package io.higson.runtime.engine.functions.java
-
Exception io.higson.runtime.engine.functions.java.JavaFunctionInvocationException
class JavaFunctionInvocationException extends SmartParamException implements Serializable
-
-
Package io.higson.runtime.engine.matchers
-
Exception io.higson.runtime.engine.matchers.InvalidBetweenMatcherPatternException
class InvalidBetweenMatcherPatternException extends HigsonRuntimeException implements Serializable
-
-
Package io.higson.runtime.engine.util.reflection
-
Exception io.higson.runtime.engine.util.reflection.AnnotationScannerException
class AnnotationScannerException extends SmartParamException implements Serializable -
Exception io.higson.runtime.engine.util.reflection.InnerReflectiveOperationException
class InnerReflectiveOperationException extends SmartParamException implements Serializable
-
-
Package io.higson.runtime.exception
-
Exception io.higson.runtime.exception.AmbiguousProfileException
class AmbiguousProfileException extends HigsonRuntimeException implements Serializable-
Serialized Fields
-
profiles
Collection<String> profiles
-
regionCode
String regionCode
-
version
String version
-
-
-
Exception io.higson.runtime.exception.HigsonIllegalStateException
class HigsonIllegalStateException extends HigsonRuntimeException implements Serializable- serialVersionUID:
- 8425515881783163016L
-
Exception io.higson.runtime.exception.HigsonRuntimeException
class HigsonRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 8425515881783163016L
-
Exception io.higson.runtime.exception.ImportException
class ImportException extends HigsonRuntimeException implements Serializable- serialVersionUID:
- -6389372196763358474L
-
Exception io.higson.runtime.exception.InvalidInputLevelsSizeRuntimeException
class InvalidInputLevelsSizeRuntimeException extends HigsonRuntimeException implements Serializable -
Exception io.higson.runtime.exception.MissingActiveVersionException
class MissingActiveVersionException extends HigsonRuntimeException implements Serializable -
Exception io.higson.runtime.exception.UnrecognizedDialectException
class UnrecognizedDialectException extends HigsonRuntimeException implements Serializable
-
-
Package io.higson.runtime.function.argument
-
Exception io.higson.runtime.function.argument.InvalidFunctionArgumentDataTypeException
class InvalidFunctionArgumentDataTypeException extends HigsonRuntimeException implements Serializable -
Exception io.higson.runtime.function.argument.InvalidFunctionArgumentsNumberException
class InvalidFunctionArgumentsNumberException extends HigsonRuntimeException implements Serializable
-
-
Package io.higson.runtime.invoker.context
-
Exception io.higson.runtime.invoker.context.RhinoSecurityException
class RhinoSecurityException extends SecurityException implements Serializable
-
-
Package io.higson.runtime.mp.simulation.event
-
Class io.higson.runtime.mp.simulation.event.SimulationEvent
class SimulationEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventName
String eventName
-
-
-
Package io.higson.runtime.provider.ai
-
Exception io.higson.runtime.provider.ai.AiModelExecutionException
class AiModelExecutionException extends Exception implements Serializable -
Exception io.higson.runtime.provider.ai.AiModelInvalidInputException
class AiModelInvalidInputException extends RuntimeException implements Serializable -
Exception io.higson.runtime.provider.ai.ParameterAiModelExecutionException
class ParameterAiModelExecutionException extends RuntimeException implements Serializable -
Exception io.higson.runtime.provider.ai.ParameterAiModelLoadingException
class ParameterAiModelLoadingException extends RuntimeException implements Serializable
-
-
Package io.higson.runtime.sorter.exception
-
Exception io.higson.runtime.sorter.exception.RuntimeSortConfigException
class RuntimeSortConfigException extends HigsonRuntimeException implements Serializable-
Serialized Fields
-
errorcode
SortConfigErrorcode errorcode
-
text
String text
-
-
-
-
Package io.higson.runtime.sql.dialect.exception
-
Exception io.higson.runtime.sql.dialect.exception.BadJdbcUrlStructureException
class BadJdbcUrlStructureException extends HigsonRuntimeException implements Serializable -
Exception io.higson.runtime.sql.dialect.exception.NotEqualDialectsException
class NotEqualDialectsException extends HigsonRuntimeException implements Serializable -
Exception io.higson.runtime.sql.dialect.exception.NotProvidedStringValueException
class NotProvidedStringValueException extends HigsonRuntimeException implements Serializable -
Exception io.higson.runtime.sql.dialect.exception.NotRecognizedDialectException
class NotRecognizedDialectException extends HigsonRuntimeException implements Serializable
-
-
Package org.smartparam.engine.annotated.scanner
-
Exception org.smartparam.engine.annotated.scanner.NonUniqueFunctionRegisteredException
class NonUniqueFunctionRegisteredException extends SmartParamException implements Serializable
-
-
Package org.smartparam.engine.core
-
Exception org.smartparam.engine.core.InvalidFunctionToCallException
class InvalidFunctionToCallException extends SmartParamException implements Serializable -
Exception org.smartparam.engine.core.InvalidLevelValuesQuery
class InvalidLevelValuesQuery extends SmartParamException implements Serializable -
Exception org.smartparam.engine.core.ParameterValueNotFoundException
class ParameterValueNotFoundException extends SmartParamException implements Serializable -
Exception org.smartparam.engine.core.UndefinedLevelCreatorException
class UndefinedLevelCreatorException extends SmartParamException implements Serializable -
Exception org.smartparam.engine.core.UnknownParameterException
class UnknownParameterException extends SmartParamException implements Serializable
-
-
Package org.smartparam.engine.core.context
-
Exception org.smartparam.engine.core.context.ContextInitializationException
class ContextInitializationException extends SmartParamException implements Serializable -
Exception org.smartparam.engine.core.context.DuplicateContextItemException
class DuplicateContextItemException extends ContextInitializationException implements Serializable -
Exception org.smartparam.engine.core.context.InvalidContextArgumentsCountException
class InvalidContextArgumentsCountException extends ContextInitializationException implements Serializable
-
-
Package org.smartparam.engine.core.decoder
-
Exception org.smartparam.engine.core.decoder.TypeConversionException
class TypeConversionException extends SmartParamException implements Serializable -
Exception org.smartparam.engine.core.decoder.TypeDecodingException
class TypeDecodingException extends SmartParamException implements Serializable
-
-
Package org.smartparam.engine.core.exception
-
Exception org.smartparam.engine.core.exception.SmartParamException
class SmartParamException extends RuntimeException implements Serializable-
Serialized Fields
-
errorCode
String errorCode
-
-
-
-
Package org.smartparam.engine.core.function
-
Exception org.smartparam.engine.core.function.FunctionInvocationException
class FunctionInvocationException extends SmartParamException implements Serializable -
Exception org.smartparam.engine.core.function.UnknownFunctionException
class UnknownFunctionException extends SmartParamException implements Serializable -
Exception org.smartparam.engine.core.function.UnknownFunctionInvokerException
class UnknownFunctionInvokerException extends SmartParamException implements Serializable
-
-
Package org.smartparam.engine.core.output
-
Exception org.smartparam.engine.core.output.GettingWrongTypeException
class GettingWrongTypeException extends SmartParamException implements Serializable -
Exception org.smartparam.engine.core.output.InvalidRowIndexException
class InvalidRowIndexException extends SmartParamException implements Serializable -
Exception org.smartparam.engine.core.output.InvalidValueIndexException
class InvalidValueIndexException extends SmartParamException implements Serializable -
Exception org.smartparam.engine.core.output.UnknownLevelNameException
class UnknownLevelNameException extends SmartParamException implements Serializable
-
-
Package org.smartparam.engine.core.prepared
-
Exception org.smartparam.engine.core.prepared.UnknownMatcherException
class UnknownMatcherException extends SmartParamException implements Serializable -
Exception org.smartparam.engine.core.prepared.UnknownTypeException
class UnknownTypeException extends SmartParamException implements Serializable
-
-
Package org.smartparam.engine.core.repository
-
Exception org.smartparam.engine.core.repository.NonUniqueItemRegisteredException
class NonUniqueItemRegisteredException extends SmartParamException implements Serializable
-
-
Package org.smartparam.engine.functions.java
-
Exception org.smartparam.engine.functions.java.JavaFunctionInvocationException
class JavaFunctionInvocationException extends SmartParamException implements Serializable
-
-
Package org.smartparam.engine.matchers
-
Exception org.smartparam.engine.matchers.InvalidBetweenMatcherPatternException
class InvalidBetweenMatcherPatternException extends HyperonRuntimeException implements Serializable
-
-
Package org.smartparam.engine.util.reflection
-
Exception org.smartparam.engine.util.reflection.AnnotationScannerException
class AnnotationScannerException extends SmartParamException implements Serializable -
Exception org.smartparam.engine.util.reflection.InnerReflectiveOperationException
class InnerReflectiveOperationException extends SmartParamException implements Serializable
-
-
Package pl.decerto.hyperon.mp.simulation.event
-
Class pl.decerto.hyperon.mp.simulation.event.SimulationEvent
class SimulationEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
eventName
String eventName
-
-
-
Package pl.decerto.hyperon.runtime.dao.exception
-
Exception pl.decerto.hyperon.runtime.dao.exception.EmptyResultDaoException
class EmptyResultDaoException extends RuntimeException implements Serializable
-
-
Package pl.decerto.hyperon.runtime.decoder
-
Exception pl.decerto.hyperon.runtime.decoder.InvalidFunctionCascadeRef
class InvalidFunctionCascadeRef extends HyperonRuntimeException implements Serializable -
Exception pl.decerto.hyperon.runtime.decoder.InvalidParameterCascadeRef
class InvalidParameterCascadeRef extends HyperonRuntimeException implements Serializable
-
-
Package pl.decerto.hyperon.runtime.exception
-
Exception pl.decerto.hyperon.runtime.exception.AmbiguousProfileException
class AmbiguousProfileException extends HyperonRuntimeException implements Serializable-
Serialized Fields
-
profiles
Collection<String> profiles
-
regionCode
String regionCode
-
version
String version
-
-
-
Exception pl.decerto.hyperon.runtime.exception.HyperonIllegalStateException
class HyperonIllegalStateException extends HyperonRuntimeException implements Serializable- serialVersionUID:
- 8425515881783163016L
-
Exception pl.decerto.hyperon.runtime.exception.HyperonRuntimeException
class HyperonRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 8425515881783163016L
-
Exception pl.decerto.hyperon.runtime.exception.InvalidInputLevelsSizeRuntimeException
class InvalidInputLevelsSizeRuntimeException extends HyperonRuntimeException implements Serializable -
Exception pl.decerto.hyperon.runtime.exception.MissingActiveVersionException
class MissingActiveVersionException extends HyperonRuntimeException implements Serializable -
Exception pl.decerto.hyperon.runtime.exception.UnrecognizedDialectException
class UnrecognizedDialectException extends HyperonRuntimeException implements Serializable
-
-
Package pl.decerto.hyperon.runtime.function.argument
-
Exception pl.decerto.hyperon.runtime.function.argument.InvalidFunctionArgumentDataTypeException
class InvalidFunctionArgumentDataTypeException extends HyperonRuntimeException implements Serializable -
Exception pl.decerto.hyperon.runtime.function.argument.InvalidFunctionArgumentsNumberException
class InvalidFunctionArgumentsNumberException extends HyperonRuntimeException implements Serializable
-
-
Package pl.decerto.hyperon.runtime.invoker.context
-
Exception pl.decerto.hyperon.runtime.invoker.context.RhinoSecurityException
class RhinoSecurityException extends SecurityException implements Serializable
-
-
Package pl.decerto.hyperon.runtime.sorter.exception
-
Exception pl.decerto.hyperon.runtime.sorter.exception.HyperonSortConfigException
class HyperonSortConfigException extends HyperonRuntimeException implements Serializable-
Serialized Fields
-
errorcode
SortConfigErrorcode errorcode
-
text
String text
-
-
-
-
Package pl.decerto.hyperon.runtime.sql.dialect.exception
-
Exception pl.decerto.hyperon.runtime.sql.dialect.exception.BadJdbcUrlStructureException
class BadJdbcUrlStructureException extends HyperonRuntimeException implements Serializable -
Exception pl.decerto.hyperon.runtime.sql.dialect.exception.NotEqualDialectsException
class NotEqualDialectsException extends HyperonRuntimeException implements Serializable -
Exception pl.decerto.hyperon.runtime.sql.dialect.exception.NotProvidedStringValueException
class NotProvidedStringValueException extends HyperonRuntimeException implements Serializable -
Exception pl.decerto.hyperon.runtime.sql.dialect.exception.NotRecognizedDialectException
class NotRecognizedDialectException extends HyperonRuntimeException implements Serializable
-