public class DestroyedComponentException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version UID.
|
Constructor and Description |
---|
DestroyedComponentException()
Constructor.
|
DestroyedComponentException(Exception wrappedException)
Constructor.
|
DestroyedComponentException(Object destroyedComponent)
Constructor.
|
DestroyedComponentException(String message)
Constructor.
|
DestroyedComponentException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public DestroyedComponentException()
public DestroyedComponentException(Object destroyedComponent)
Object.toString()
to the string has been destroyed
.destroyedComponent
- the component that was destroyedpublic DestroyedComponentException(String message)
message
- exception messagepublic DestroyedComponentException(Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 1999–2017. All rights reserved.