| Package | Description |
|---|---|
| gw.lang.javadoc | |
| gw.lang.reflect.java |
| Modifier and Type | Method and Description |
|---|---|
IExceptionNode |
IJavaDocFactory.createException()
Deprecated.
Please don't create these manually, and please fix any code that does.
|
IExceptionNode |
IConstructorNode.getException(IJavaClassInfo exceptionClass) |
IExceptionNode |
IMethodNode.getException(IJavaClassInfo exceptionClass) |
| Modifier and Type | Method and Description |
|---|---|
List<IExceptionNode> |
IConstructorNode.getExceptions() |
List<IExceptionNode> |
IMethodNode.getExceptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
IConstructorNode.addException(IExceptionNode param) |
void |
IMethodNode.addException(IExceptionNode param) |
| Constructor and Description |
|---|
JavaExceptionInfo(IFeatureInfo methodInfo,
IJavaClassInfo exceptionClass,
IDocRef<IExceptionNode> docs) |
Copyright © 2018. All rights reserved.