Uses of Interface
gw.lang.javadoc.IExceptionNode
Packages that use IExceptionNode
-
Uses of IExceptionNode in gw.internal.gosu.javadoc
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 with parameters of type IExceptionNode -
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 TypeMethodDescriptionvoidIConstructorNode.addException(IExceptionNode param) voidIMethodNode.addException(IExceptionNode param) -
Uses of IExceptionNode in gw.lang.reflect.java
Constructor parameters in gw.lang.reflect.java with type arguments of type IExceptionNodeModifierConstructorDescriptionJavaExceptionInfo(IFeatureInfo methodInfo, IJavaClassInfo exceptionClass, IDocRef<IExceptionNode> docs)