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
public class AxiomSemanticException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AxiomSemanticException(SourceLocation source, String message)AxiomSemanticException(SourceLocation source, String message, Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheck(boolean check, SourceLocation start, String format, Object... arguments)static AxiomSemanticExceptioncreate(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 Detail
-
AxiomSemanticException
public AxiomSemanticException(SourceLocation source, String message, Throwable cause)
-
AxiomSemanticException
public AxiomSemanticException(SourceLocation source, String message)
-
-
Method Detail
-
check
public static void check(boolean check, SourceLocation start, String format, Object... arguments)
-
create
public static AxiomSemanticException create(SourceLocation start, String format, Object... arguments)
-
-