plp.orientadaAspectos1.interceptavel.excecao
Class UnsuporttedAdviceAroundForAccessAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)