plp.orientadaAspectos1.interceptavel.excecao
Class UnsuporttedAdviceAroundForAccessAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by plp.orientadaAspectos1.interceptavel.excecao.UnsuporttedAdviceAroundForAccessAttributeException
All Implemented Interfaces:
java.io.Serializable

public class UnsuporttedAdviceAroundForAccessAttributeException
extends java.lang.Exception

Indica que não é suportado criar um advice do tipo around para um pointcut de acesso a atributo. Isso não é permitido porque a linguagem não permite retorno em métodos e consequentemente também não permite em advices.

See Also:
Serialized Form

Constructor Summary
UnsuporttedAdviceAroundForAccessAttributeException()
           
UnsuporttedAdviceAroundForAccessAttributeException(java.lang.String message)
           
UnsuporttedAdviceAroundForAccessAttributeException(java.lang.String message, java.lang.Throwable cause)
           
UnsuporttedAdviceAroundForAccessAttributeException(java.lang.Throwable cause)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsuporttedAdviceAroundForAccessAttributeException

public UnsuporttedAdviceAroundForAccessAttributeException()

UnsuporttedAdviceAroundForAccessAttributeException

public UnsuporttedAdviceAroundForAccessAttributeException(java.lang.String message)

UnsuporttedAdviceAroundForAccessAttributeException

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

UnsuporttedAdviceAroundForAccessAttributeException

public UnsuporttedAdviceAroundForAccessAttributeException(java.lang.Throwable cause)