org.aspectj.lang

Class NoAspectBoundException


public class NoAspectBoundException
extends RuntimeException

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

Constructor Summary

NoAspectBoundException()
NoAspectBoundException(String aspectName, Throwable inner)

Method Summary

Throwable
getCause()

Constructor Details

NoAspectBoundException

public NoAspectBoundException()

NoAspectBoundException

public NoAspectBoundException(String aspectName,
                              Throwable inner)

Method Details

getCause

public Throwable getCause()