com.evolveum.midpoint.common.expression
Class ExpressionSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.evolveum.midpoint.util.exception.CommonException
              extended by com.evolveum.midpoint.util.exception.SchemaException
                  extended by com.evolveum.midpoint.common.expression.ExpressionSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class ExpressionSyntaxException
extends SchemaException

Author:
semancik
See Also:
Serialized Form

Constructor Summary
ExpressionSyntaxException()
           
ExpressionSyntaxException(java.lang.String message)
           
ExpressionSyntaxException(java.lang.String message, javax.xml.namespace.QName propertyName)
           
ExpressionSyntaxException(java.lang.String message, java.lang.Throwable cause)
           
ExpressionSyntaxException(java.lang.String message, java.lang.Throwable cause, javax.xml.namespace.QName propertyName)
           
 
Method Summary
 
Methods inherited from class com.evolveum.midpoint.util.exception.SchemaException
getOperationResultMessage, getPropertyName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionSyntaxException

public ExpressionSyntaxException()

ExpressionSyntaxException

public ExpressionSyntaxException(java.lang.String message,
                                 javax.xml.namespace.QName propertyName)

ExpressionSyntaxException

public ExpressionSyntaxException(java.lang.String message,
                                 java.lang.Throwable cause,
                                 javax.xml.namespace.QName propertyName)

ExpressionSyntaxException

public ExpressionSyntaxException(java.lang.String message,
                                 java.lang.Throwable cause)

ExpressionSyntaxException

public ExpressionSyntaxException(java.lang.String message)


Copyright © 2012 evolveum. All Rights Reserved.