| Name | Package | Description |
| CompileException | org.codehaus.aspectwerkz.compiler | An exception occured during compilation |
| DefinitionException | org.codehaus.aspectwerkz.exception | Thrown when error in definition. |
| DefinitionNotFoundException | org.codehaus.aspectwerkz.exception | Thrown when no aspectwerkz definition file or class could be found. |
| ExpressionException | org.codehaus.aspectwerkz.expression | Thrown when error in the expression. |
| ExpressionException | org.codehaus.aspectwerkz.exception | Thrown when error in expression AST evaluation or creation. |
| NoAspectBoundException | org.codehaus.aspectwerkz.aspect.management | No description provided. |
| ParseException | org.codehaus.aspectwerkz.annotation.expression.ast | This exception is thrown when parse errors are encountered. |
| ParseException | org.codehaus.aspectwerkz.expression.ast | This exception is thrown when parse errors are encountered. |
| WrappedRuntimeException | org.codehaus.aspectwerkz.exception | Wrappes the original throwable in a RuntimeException. |