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

/openjdk7/jdk/src/share/classes/javax/print/
H A DAttributeException.java31 * Interface AttributeException is a mixin interface which a subclass of
38 * classes that implement interface AttributeException, that being left to the
43 public interface AttributeException { interface
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAttributeException.java34 public class AttributeException extends Exception { class in inherits:Exception
36 AttributeException() { } method in class:AttributeException
38 AttributeException(String msg) { method in class:AttributeException

Completed in 34 milliseconds