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, toString
public 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 Throwable
Copyright © 2005-2021. All Rights Reserved.