aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs/ErroneousExceptionConversion1.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Bugzilla Bug 44587 jhugunin2004-01-141-0/+26
Erroneous exception conversion and Bugzilla Bug 34206 before():execution(new(..)) does not throw NoAspectBoundException All exceptions that occur during the static intialization of a persingleton aspect will be swallowed. When using that aspect (via aspectOf()) a NoAspectBoundException will be thrown with the original exception from the staitc initializer as the cause.