public interface ApplicationExceptionType<T> extends Child<T>
application-exceptionType
xsd typeModifier and Type | Method and Description |
---|---|
ApplicationExceptionType<T> |
exceptionClass(String exceptionClass)
Sets the
exception-class element |
String |
getExceptionClass()
Returns the
exception-class element |
Boolean |
isRollback()
Returns the
rollback element |
ApplicationExceptionType<T> |
removeExceptionClass()
Removes the
exception-class element |
ApplicationExceptionType<T> |
removeRollback()
Removes the
rollback element |
ApplicationExceptionType<T> |
rollback(Boolean rollback)
Sets the
rollback element |
ApplicationExceptionType<T> exceptionClass(String exceptionClass)
exception-class
elementexceptionClass
- the value for the element exception-class
ApplicationExceptionType
String getExceptionClass()
exception-class
elementexception-class
ApplicationExceptionType<T> removeExceptionClass()
exception-class
elementApplicationExceptionType
ApplicationExceptionType<T> rollback(Boolean rollback)
rollback
elementrollback
- the value for the element rollback
ApplicationExceptionType
Boolean isRollback()
rollback
elementrollback
ApplicationExceptionType<T> removeRollback()
rollback
elementApplicationExceptionType
Copyright © 2016 JBoss by Red Hat. All rights reserved.