Uses of Interface
gw.lang.javadoc.IExceptionNode
-
Packages that use IExceptionNode Package Description gw.lang.javadoc gw.lang.reflect.java -
-
Uses of IExceptionNode in gw.lang.javadoc
Methods in gw.lang.javadoc that return IExceptionNode Modifier and Type Method Description IExceptionNodeIJavaDocFactory. createException()Deprecated.Please don't create these manually, and please fix any code that does.IExceptionNodeIConstructorNode. getException(IJavaClassInfo exceptionClass)IExceptionNodeIMethodNode. getException(IJavaClassInfo exceptionClass)Methods in gw.lang.javadoc that return types with arguments of type IExceptionNode Modifier and Type Method Description List<IExceptionNode>IConstructorNode. getExceptions()List<IExceptionNode>IMethodNode. getExceptions()Methods in gw.lang.javadoc with parameters of type IExceptionNode Modifier and Type Method Description voidIConstructorNode. 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 IExceptionNode Constructor Description JavaExceptionInfo(IFeatureInfo methodInfo, IJavaClassInfo exceptionClass, IDocRef<IExceptionNode> docs)
-