public class UninitializedComponentException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
UninitializedComponentException()
Constructor.
|
UninitializedComponentException(java.lang.Exception wrappedException)
Constructor.
|
UninitializedComponentException(java.lang.Object uninitializedComponent)
Constructor.
|
UninitializedComponentException(java.lang.String message)
Constructor.
|
UninitializedComponentException(java.lang.String message,
java.lang.Exception wrappedException)
Constructor.
|
private static final long serialVersionUID
public UninitializedComponentException()
public UninitializedComponentException(java.lang.Object uninitializedComponent)
Object.toString()
to the string has not been initialized.uninitializedComponent - the component that was not initialziedpublic UninitializedComponentException(@Nullable
java.lang.String message)
message - exception messagepublic UninitializedComponentException(@Nullable
java.lang.Exception wrappedException)
wrappedException - exception to be wrapped by this onepublic UninitializedComponentException(@Nullable
java.lang.String message,
@Nullable
java.lang.Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one