类 AspectException

所有已实现的接口:
Serializable

public class AspectException extends RuntimeException
Superclass for all AOP infrastructure exceptions. Unchecked, as such exceptions are fatal and end user code shouldn't be forced to catch them.
作者:
Rod Johnson, Bob Lee, Harry Yang
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
  • 构造器详细资料

    • AspectException

      public AspectException(String s)
      Constructor for AspectException.
    • AspectException

      public AspectException(String s, Throwable t)
      Constructor for AspectException.