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 AxiomSemanticException
ModelReactorContext. createException()
AxiomSemanticException
AxiomStatementRule.ActionBuilder. error(String message, Object... arguments)
AxiomSemanticException
AxiomStatementRule.Lookup. error(String message, Object... arguments)
AxiomSemanticException
ValueActionImpl. 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 void
AxiomStatementRule.Action. apply(AxiomValueContext<V> context)
void
AxiomStatementRule. apply(AxiomStatementRule.Lookup<V> context, AxiomStatementRule.ActionBuilder<V> action)
void
ValueActionImpl. apply()
AxiomSchemaContext
ModelReactorContext. computeSchemaContext()
void
ValueActionImpl. fail(Exception e)
protected void
ModelReactorContext. 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 AxiomSemanticException
AxiomSemanticException. create(SourceLocation start, String format, Object... arguments)
-