Package com.evolveum.axiom.lang.spi
Class AxiomSemanticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.evolveum.axiom.lang.spi.AxiomSemanticException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionAxiomSemanticException
(SourceLocation source, String message) AxiomSemanticException
(SourceLocation source, String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
check
(boolean check, SourceLocation start, String format, Object... arguments) static AxiomSemanticException
create
(SourceLocation start, String format, Object... arguments) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AxiomSemanticException
-
AxiomSemanticException
-
-
Method Details
-
check
-
create
public static AxiomSemanticException create(SourceLocation start, String format, Object... arguments)
-