Uses of Interface
gw.lang.javadoc.IExceptionNode
Packages that use IExceptionNode
-
Uses of IExceptionNode in gw.internal.gosu.javadoc
Classes in gw.internal.gosu.javadoc that implement IExceptionNodeFields in gw.internal.gosu.javadoc with type parameters of type IExceptionNodeModifier and TypeFieldDescriptionprivate List<IExceptionNode>
ConstructorNode._exceptions
private List<IExceptionNode>
MethodNode._exceptions
Methods in gw.internal.gosu.javadoc that return IExceptionNodeModifier and TypeMethodDescriptionJavaDocFactoryImpl.createException()
Deprecated.Please don't create these manually, and please fix any code that does.Methods in gw.internal.gosu.javadoc that return types with arguments of type IExceptionNodeMethods in gw.internal.gosu.javadoc with parameters of type IExceptionNodeModifier and TypeMethodDescriptionvoid
ConstructorNode.addException
(IExceptionNode exception) void
IDocNodeWithParams.addException
(IExceptionNode exNode) void
MethodNode.addException
(IExceptionNode exception) -
Uses of IExceptionNode in gw.lang.javadoc
Methods in gw.lang.javadoc that return IExceptionNodeModifier and TypeMethodDescriptionIJavaDocFactory.createException()
Deprecated.Please don't create these manually, and please fix any code that does.IConstructorNode.getException
(IJavaClassInfo exceptionClass) IMethodNode.getException
(IJavaClassInfo exceptionClass) Methods in gw.lang.javadoc that return types with arguments of type IExceptionNodeMethods in gw.lang.javadoc with parameters of type IExceptionNodeModifier and TypeMethodDescriptionvoid
IConstructorNode.addException
(IExceptionNode param) void
IMethodNode.addException
(IExceptionNode param) -
Uses of IExceptionNode in gw.lang.reflect.java
Fields in gw.lang.reflect.java with type parameters of type IExceptionNodeConstructor parameters in gw.lang.reflect.java with type arguments of type IExceptionNodeModifierConstructorDescriptionJavaExceptionInfo
(IFeatureInfo methodInfo, IJavaClassInfo exceptionClass, IDocRef<IExceptionNode> docs)