org.aspectj.lang
�N���X NoAspectBoundException

java.lang.Object
  �g��java.lang.Throwable
      �g��java.lang.Exception
          �g��java.lang.RuntimeException
              �g��org.aspectj.lang.NoAspectBoundException
�������������C���^�t�F�[�X:
Serializable

public class NoAspectBoundException
extends RuntimeException

Thrown by the aspectOf(..) special method on aspect types when there is no aspect of that type currently bound.

���A����:
�������������`��

�R���X�g���N�^���T�v
NoAspectBoundException()
           
NoAspectBoundException(String aspectName, Throwable inner)
           
 
���\�b�h���T�v
 Throwable getCause()
           
 
�N���X java.lang.Throwable �����p���������\�b�h
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
�N���X java.lang.Object �����p���������\�b�h
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

�R���X�g���N�^������

NoAspectBoundException

public NoAspectBoundException(String aspectName,
                              Throwable inner)

NoAspectBoundException

public NoAspectBoundException()
���\�b�h������

getCause

public Throwable getCause()