java.io.Serializable, IdMetaData, MappableMetaDatapublic class ApplicationExceptionMetaData extends NamedMetaData
| Constructor | Description |
|---|---|
ApplicationExceptionMetaData() |
Create a new ApplicationExceptionMetaData.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getExceptionClass() |
Get the exceptionClass.
|
java.lang.Boolean |
isInherited() |
Returns true if the application-exception is marked as "inherited".
|
boolean |
isRollback() |
Get the rollback.
|
void |
setExceptionClass(java.lang.String exceptionClass) |
Set the exceptionClass.
|
void |
setInherited(java.lang.Boolean inherited) |
Sets the "inherited" attribute of application-exception
|
void |
setRollback(boolean rollback) |
Set the rollback.
|
clone, getId, setIdpublic ApplicationExceptionMetaData()
public java.lang.String getExceptionClass()
public void setExceptionClass(java.lang.String exceptionClass)
exceptionClass - the exceptionClass.java.lang.IllegalArgumentException - for a null exceptionClasspublic boolean isRollback()
public void setRollback(boolean rollback)
rollback - the rollback.public java.lang.Boolean isInherited()
public void setInherited(java.lang.Boolean inherited)
inherited - True if the application-exception is to be marked as "inherited". False otherwiseCopyright © 2018 JBoss by Red Hat. All rights reserved.