Uses of Interface
gw.lang.javadoc.IExceptionNode
-
Packages that use IExceptionNode Package Description gw.internal.gosu.javadoc gw.lang.javadoc gw.lang.reflect.java -
-
Uses of IExceptionNode in gw.internal.gosu.javadoc
Methods in gw.internal.gosu.javadoc that return IExceptionNode Modifier and Type Method Description IExceptionNode
JavaDocFactoryImpl. 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 Modifier and Type Method Description void
IDocNodeWithParams. addException(IExceptionNode exNode)
-
Uses of IExceptionNode in gw.lang.javadoc
Methods in gw.lang.javadoc that return IExceptionNode Modifier and Type Method 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)
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 void
IConstructorNode. addException(IExceptionNode param)
void
IMethodNode. 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)
-