Package com.evolveum.axiom.lang.spi
Class AxiomSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.evolveum.axiom.lang.spi.AxiomSyntaxException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionAxiomSyntaxException
(@Nullable SourceLocation source, String message, @Nullable Throwable cause) AxiomSyntaxException
(SourceLocation source, String message) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
check
(boolean test, SourceLocation source, String format, Object... args) final Optional<SourceLocation>
toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AxiomSyntaxException
public AxiomSyntaxException(@Nullable @Nullable SourceLocation source, String message, @Nullable @Nullable Throwable cause) -
AxiomSyntaxException
-
-
Method Details