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:
Serializable
public class ExpressionSyntaxException extends SchemaException
- Author:
- semancik
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.util.exception.CommonException
localizedUserFriendlyMessage, userFriendlyMessage
-
-
Constructor Summary
Constructors Constructor Description ExpressionSyntaxException()
ExpressionSyntaxException(String message)
ExpressionSyntaxException(String message, Throwable cause)
ExpressionSyntaxException(String message, Throwable cause, QName propertyName)
ExpressionSyntaxException(String message, QName propertyName)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.util.exception.SchemaException
getErrorTypeMessage, getPropertyName
-
Methods inherited from class com.evolveum.midpoint.util.exception.CommonException
getLocalizedMessage, getLocalizedUserFriendlyMessage, getMessage, getTechnicalMessage, getUserFriendlyMessage, setLocalizedUserFriendlyMessage, setTechnicalMessage, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-