Uses of Class
com.relogiclabs.jschema.message.ErrorDetail
Packages that use ErrorDetail
-
Uses of ErrorDetail in com.relogiclabs.jschema.exception
Methods in com.relogiclabs.jschema.exception that return ErrorDetailConstructors in com.relogiclabs.jschema.exception with parameters of type ErrorDetailModifierConstructorDescriptionAliasNotFoundException
(ErrorDetail detail) ArgumentTypeException
(ErrorDetail detail, Throwable cause) ArgumentValueException
(ErrorDetail detail, Throwable cause) ArrayIndexOutOfBoundsException
(ErrorDetail detail, Throwable cause) BaseRuntimeException
(ErrorDetail detail) BaseRuntimeException
(ErrorDetail detail, Throwable cause) ClassInstantiationException
(ErrorDetail detail, Throwable cause) DataTypeValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual) DataTypeValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual, Throwable cause) DuplicateAliasException
(ErrorDetail detail) DuplicateFunctionException
(ErrorDetail detail, Throwable cause) DuplicateImportException
(ErrorDetail detail) DuplicatePragmaException
(ErrorDetail detail) DuplicateVariableException
(ErrorDetail detail, Throwable cause) FunctionArgumentTypeException
(ErrorDetail detail, Throwable cause) FunctionArgumentValueException
(ErrorDetail detail, Throwable cause) FunctionNotFoundException
(ErrorDetail detail) FunctionValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual) FunctionValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual, Throwable cause) FunctionValidationException
(ErrorDetail error, JNode caller, JNode target) IndexOutOfBoundsException
(ErrorDetail detail, Throwable cause) InvalidArgumentException
(ErrorDetail detail, Throwable cause) InvalidContextException
(ErrorDetail detail, Throwable cause) InvalidDataTypeException
(ErrorDetail detail) InvalidFunctionException
(ErrorDetail detail) InvalidFunctionException
(ErrorDetail detail, Throwable cause) InvalidImportException
(ErrorDetail detail, Throwable cause) InvalidLeftValueException
(ErrorDetail detail) InvalidReturnTypeException
(ErrorDetail detail, Throwable cause) InvalidSelfStateException
(ErrorDetail detail, Throwable cause) InvocationRuntimeException
(ErrorDetail detail, Throwable cause) MethodArgumentTypeException
(ErrorDetail detail, Throwable cause) MethodArgumentValueException
(ErrorDetail detail, Throwable cause) MethodNotFoundException
(ErrorDetail detail) MethodNotFoundException
(ErrorDetail detail, Throwable cause) MultilevelRuntimeException
(ErrorDetail detail, Throwable cause) NoClassFoundException
(ErrorDetail detail, Throwable cause) PragmaNotFoundException
(ErrorDetail detail) PropertyNotFoundException
(ErrorDetail detail) ReceiverNotFoundException
(ErrorDetail detail) ScriptArrayInsertException
(ErrorDetail detail, Throwable cause) ScriptIteratorException
(ErrorDetail detail, Throwable cause) ScriptOperationException
(ErrorDetail detail, Throwable cause) StringIndexOutOfBoundsException
(ErrorDetail detail, Throwable cause) SystemOperationException
(ErrorDetail detail, Throwable cause) UpdateNotSupportedException
(ErrorDetail detail, Throwable cause) ValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual) ValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual, Throwable cause) ValidationException
(ErrorDetail error, JNode schemaNode, JNode jsonNode) ValueValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual) ValueValidationException
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual, Throwable cause) VariableNotFoundException
(ErrorDetail detail) VariadicInvocationException
(ErrorDetail detail, Throwable cause) -
Uses of ErrorDetail in com.relogiclabs.jschema.message
Methods in com.relogiclabs.jschema.message that return ErrorDetailModifier and TypeMethodDescriptionstatic ErrorDetail
MessageFormatter.formatForBoth
(String code, String message, JNode schemaNode, JNode jsonNode) static ErrorDetail
MessageFormatter.formatForJson
(String code, String message, JNode node) static ErrorDetail
MessageFormatter.formatForJson
(String code, String message, Context context) static ErrorDetail
MessageFormatter.formatForJson
(String code, String message, Token token) static ErrorDetail
MessageFormatter.formatForSchema
(String code, String message, JNode node) static ErrorDetail
MessageFormatter.formatForSchema
(String code, String message, Context context) static ErrorDetail
MessageFormatter.formatForSchema
(String code, String message, Token token) Methods in com.relogiclabs.jschema.message with parameters of type ErrorDetailModifier and TypeMethodDescriptionabstract String
MessageFormatter.format
(ErrorDetail error, ExpectedDetail expected, ActualDetail actual)