Uses of Class
org.camunda.bpm.engine.impl.errorcode.BuiltinExceptionCode
-
Packages that use BuiltinExceptionCode Package Description org.camunda.bpm.engine.impl.errorcode -
-
Uses of BuiltinExceptionCode in org.camunda.bpm.engine.impl.errorcode
Methods in org.camunda.bpm.engine.impl.errorcode that return BuiltinExceptionCode Modifier and Type Method Description static BuiltinExceptionCode
BuiltinExceptionCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static BuiltinExceptionCode[]
BuiltinExceptionCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-