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 SummaryConstructorsConstructorDescriptionAxiomSemanticException(SourceLocation source, String message) AxiomSemanticException(SourceLocation source, String message, Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidcheck(boolean check, SourceLocation start, String format, Object... arguments) static AxiomSemanticExceptioncreate(SourceLocation start, String format, Object... arguments) Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AxiomSemanticException
- 
AxiomSemanticException
 
- 
- 
Method Details- 
check
- 
createpublic static AxiomSemanticException create(SourceLocation start, String format, Object... arguments) 
 
-