Uses of Class
de.qytera.qtaf.core.log.model.error.ThrowableWrapper
Packages that use ThrowableWrapper
-
Uses of ThrowableWrapper in de.qytera.qtaf.core.gson.serializer
Methods in de.qytera.qtaf.core.gson.serializer that return types with arguments of type ThrowableWrapperMethods in de.qytera.qtaf.core.gson.serializer with parameters of type ThrowableWrapperModifier and TypeMethodDescriptioncom.google.gson.JsonElementThrowableWrapperSerializer.serialize(ThrowableWrapper error, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext) com.google.gson.JsonObjectThrowableWrapperSerializer.toJson(ThrowableWrapper wrapper) Converts aThrowableWrapperinto a JSON object. -
Uses of ThrowableWrapper in de.qytera.qtaf.core.log.model.message
Fields in de.qytera.qtaf.core.log.model.message declared as ThrowableWrapperModifier and TypeFieldDescriptionprotected ThrowableWrapperAssertionLogMessage.errorAssertion Error.Methods in de.qytera.qtaf.core.log.model.message that return ThrowableWrapperModifier and TypeMethodDescriptionAssertionLogMessage.error()Returns the assertion's error.StepInformationLogMessage.getError()Get step error.Methods in de.qytera.qtaf.core.log.model.message with parameters of type ThrowableWrapperModifier and TypeMethodDescriptionStepInformationLogMessage.setError(ThrowableWrapper error) Set step error.