Class ExpressionSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.util.exception.CommonException
com.evolveum.midpoint.util.exception.SchemaException
com.evolveum.midpoint.repo.common.expression.ExpressionSyntaxException
- All Implemented Interfaces:
- ExceptionContextAware,- SeverityAwareException,- Serializable
- Author:
- semancik
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.evolveum.midpoint.util.exception.SeverityAwareExceptionSeverityAwareException.Severity
- 
Field SummaryFields inherited from class com.evolveum.midpoint.util.exception.CommonExceptionlocalizedUserFriendlyMessage, userFriendlyMessage
- 
Constructor SummaryConstructorsConstructorDescriptionExpressionSyntaxException(String message) ExpressionSyntaxException(String message, Throwable cause) ExpressionSyntaxException(String message, Throwable cause, QName propertyName) ExpressionSyntaxException(String message, QName propertyName) 
- 
Method SummaryMethods inherited from class com.evolveum.midpoint.util.exception.SchemaExceptiongetErrorTypeMessage, getPropertyName, of, wrapMethods inherited from class com.evolveum.midpoint.util.exception.CommonExceptiongetContext, getLocalizedMessage, getLocalizedUserFriendlyMessage, getMessage, getTechnicalMessage, getUserFriendlyMessage, setLocalizedUserFriendlyMessage, setTechnicalMessage, toStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.exception.SeverityAwareExceptiongetSeverity
- 
Constructor Details- 
ExpressionSyntaxExceptionpublic ExpressionSyntaxException()
- 
ExpressionSyntaxException
- 
ExpressionSyntaxException
- 
ExpressionSyntaxException
- 
ExpressionSyntaxException
 
-