Searched defs:addThrows (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJDocComment.java95 public JCommentPart addThrows( Class<? extends Throwable> exception ) { method in class:JDocComment
96 return addThrows( owner.ref(exception) );
102 public JCommentPart addThrows( JClass exception ) { method in class:JDocComment

Completed in 32 milliseconds