plp.orientadaAspectos1.excecao.execucao
Class ComandoNaoInterceptadoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
plp.orientadaAspectos1.excecao.execucao.ComandoNaoInterceptadoException
- All Implemented Interfaces:
- java.io.Serializable
public class ComandoNaoInterceptadoException
- extends java.lang.Exception
Lançada quando um comando interceptável não foi interceptado
por nenhum pointcut. Pode acontecer também do poincut interceptar
mas o mesmo não ser referenciado diretamente ou indiretamente por
qualquer advice.
- 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 |
ComandoNaoInterceptadoException
public ComandoNaoInterceptadoException()
ComandoNaoInterceptadoException
public ComandoNaoInterceptadoException(java.lang.String message)
ComandoNaoInterceptadoException
public ComandoNaoInterceptadoException(java.lang.String message,
java.lang.Throwable cause)
ComandoNaoInterceptadoException
public ComandoNaoInterceptadoException(java.lang.Throwable cause)