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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DInvalidPipeException.java37 public class InvalidPipeException extends IllegalStateException { class in inherits:IllegalStateException
39 * Constructs an InvalidPipeException with no detail message.
42 public InvalidPipeException() { method in class:InvalidPipeException
47 * Constructs an InvalidPipeException with the specified detail
52 public InvalidPipeException(String s) { method in class:InvalidPipeException

Completed in 41 milliseconds