Class AdviceConstraintViolationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AdviceConstraintViolationException
    extends ActivityException
    Exception thrown when an Advice Constraint Violation occurs.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String addViolation​(AspectRule aspectRule, java.lang.String msg)  
      java.lang.String getMessage()  
      java.util.Set<AspectRule> getRelevantAspectRules()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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

      • AdviceConstraintViolationException

        public AdviceConstraintViolationException()
    • Method Detail

      • addViolation

        public java.lang.String addViolation​(AspectRule aspectRule,
                                             java.lang.String msg)
      • getRelevantAspectRules

        public java.util.Set<AspectRule> getRelevantAspectRules()
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable