public class ConstructionException extends RuntimeException
| Constructor and Description |
|---|
ConstructionException() |
ConstructionException(String message) |
ConstructionException(String message,
Throwable cause) |
ConstructionException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
String |
getClassName() |
String |
getMessage() |
void |
setAttributeName(String attributeName) |
void |
setClassName(String className) |
void |
setPrependAttributeName(String attributeName) |
addSuppressed, 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–2022 The Apache Software Foundation. All rights reserved.