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