SerializableCircularDependencyException, MissingAccessorException, MissingFactoryMethodException, NoSuchObjectException, UnresolvedReferencesExceptionpublic class ConstructionException extends RuntimeException
| Constructor | Description |
|---|---|
ConstructionException() |
|
ConstructionException(String message) |
|
ConstructionException(String message,
Throwable cause) |
|
ConstructionException(Throwable cause) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAttributeName() |
|
String |
getClassName() |
|
String |
getMessage() |
|
void |
setAttributeName(String attributeName) |
|
void |
setClassName(String className) |
|
void |
setPrependAttributeName(String attributeName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConstructionException()
public ConstructionException(String message)
public ConstructionException(Throwable cause)
public String getClassName()
public void setClassName(String className)
public String getAttributeName()
public void setAttributeName(String attributeName)
public void setPrependAttributeName(String attributeName)
public String getMessage()
getMessage in class ThrowableCopyright © 2005–2018. All rights reserved.