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