Uses of Class
com.evolveum.axiom.lang.spi.AxiomSemanticException
-
Packages that use AxiomSemanticException Package Description com.evolveum.axiom.lang.impl com.evolveum.axiom.lang.spi -
-
Uses of AxiomSemanticException in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return AxiomSemanticException Modifier and Type Method Description protected AxiomSemanticExceptionModelReactorContext. createException()AxiomSemanticExceptionAxiomStatementRule.ActionBuilder. error(String message, Object... arguments)AxiomSemanticExceptionAxiomStatementRule.Lookup. error(String message, Object... arguments)AxiomSemanticExceptionValueActionImpl. error(String message, Object... arguments)Methods in com.evolveum.axiom.lang.impl that return types with arguments of type AxiomSemanticException Modifier and Type Method Description Optional<AxiomSemanticException>ValueActionImpl. error()Methods in com.evolveum.axiom.lang.impl that throw AxiomSemanticException Modifier and Type Method Description voidAxiomStatementRule.Action. apply(AxiomValueContext<V> context)voidAxiomStatementRule. apply(AxiomStatementRule.Lookup<V> context, AxiomStatementRule.ActionBuilder<V> action)voidValueActionImpl. apply()AxiomSchemaContextModelReactorContext. computeSchemaContext()voidValueActionImpl. fail(Exception e)protected voidModelReactorContext. failOutstanding(Collection<ValueActionImpl<?>> outstanding) -
Uses of AxiomSemanticException in com.evolveum.axiom.lang.spi
Methods in com.evolveum.axiom.lang.spi that return AxiomSemanticException Modifier and Type Method Description static AxiomSemanticExceptionAxiomSemanticException. create(SourceLocation start, String format, Object... arguments)
-