plp.orientadaAspectos1.excecao.execucao
Class ComandoNaoInterceptadoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ComandoNaoInterceptadoException()
           
ComandoNaoInterceptadoException(java.lang.String message)
           
ComandoNaoInterceptadoException(java.lang.String message, java.lang.Throwable cause)
           
ComandoNaoInterceptadoException(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

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)