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

/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAnnotation.java39 static class InvalidAnnotation extends AttributeException { class in class:Annotation
41 InvalidAnnotation(String msg) { method in class:Annotation.InvalidAnnotation
46 Annotation(ClassReader cr) throws IOException, InvalidAnnotation {
78 throws IOException, InvalidAnnotation {
105 throw new InvalidAnnotation("unrecognized tag: " + tag);
187 throws IOException, InvalidAnnotation {
206 throws IOException, InvalidAnnotation {
232 throws IOException, InvalidAnnotation {

Completed in 30 milliseconds