public final class GlassPaneException extends RuntimeException
GlassPaneManager
,
Serialized FormConstructor and Description |
---|
GlassPaneException()
Constructs a new
GlassPaneException with null as its detail message. |
GlassPaneException(String message)
Constructs a new
GlassPaneException with the specified detail message. |
GlassPaneException(String message,
Throwable cause)
Constructs a new
GlassPaneException with the specified detail message and cause. |
GlassPaneException(Throwable cause)
Constructs a new
GlassPaneException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GlassPaneException()
GlassPaneException
with null
as its detail message.public GlassPaneException(String message)
GlassPaneException
with the specified detail message.message
- exception messagepublic GlassPaneException(String message, Throwable cause)
GlassPaneException
with the specified detail message and cause.message
- exception messagecause
- exception causepublic GlassPaneException(Throwable cause)
GlassPaneException
with the specified cause.cause
- exception causeCopyright © 2020. All rights reserved.