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 SummaryConstructorsConstructorDescriptionAxiomSyntaxException(@Nullable SourceLocation source, String message, @Nullable Throwable cause) AxiomSyntaxException(SourceLocation source, String message) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidcheck(boolean test, SourceLocation source, String format, Object... args) final Optional<SourceLocation>toString()Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Constructor Details- 
AxiomSyntaxExceptionpublic AxiomSyntaxException(@Nullable @Nullable SourceLocation source, String message, @Nullable @Nullable Throwable cause) 
- 
AxiomSyntaxException
 
- 
- 
Method Details