Top Description Constructors
sun.java2d

public Class InvalidPipeException

extends IllegalStateException
Class Inheritance
Annotations
@SuppressWarnings:serial

Signals that some part of a graphics pipeline is not in an appropriate state for the requested operation. The most likely cause of this is an asynchronous change to the configuration of the destination surface since the current set of rendering loops was chosen. Other potential causes are the appearance or disappearance of overlapping opaque windows which toggle the need to use platform graphics or direct graphics access.

Constructor Summary

AccessConstructor and Description
public
InvalidPipeException()

Constructs an InvalidPipeException with no detail message.

public
InvalidPipeException(String
the String that contains a detailed message
s
)

Constructs an InvalidPipeException with the specified detail message.

Constructor Detail

InvalidPipeExceptionback to summary
public InvalidPipeException()

Constructs an InvalidPipeException with no detail message. A detail message is a String that describes this particular exception.

InvalidPipeExceptionback to summary
public InvalidPipeException(String s)

Constructs an InvalidPipeException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters
s:String

the String that contains a detailed message