static Exception.ExceptionType.Builder<Void> |
Exception.ExceptionType.builder() |
|
static Exception.ExceptionType.Builder<Void> |
Exception.ExceptionType.copyExcept(Exception.ExceptionType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Exception.ExceptionType.Builder<_B> |
Exception.ExceptionType.Builder.copyOf(Exception.ExceptionType _other) |
|
Exception.ExceptionType.Builder<_B> |
Exception.ExceptionType.Builder.copyOf(Exception.ExceptionType.Builder _other) |
|
static <_B> Exception.ExceptionType.Builder<_B> |
Exception.ExceptionType.copyOf(Exception.ExceptionType _other) |
|
static <_B> Exception.ExceptionType.Builder<_B> |
Exception.ExceptionType.copyOf(Exception.ExceptionType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static Exception.ExceptionType.Builder<Void> |
Exception.ExceptionType.copyOnly(Exception.ExceptionType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Exception.ExceptionType.Builder<Void> |
Exception.ExceptionType.newCopyBuilder() |
|
<_B> Exception.ExceptionType.Builder<_B> |
Exception.ExceptionType.newCopyBuilder(_B _parentBuilder) |
|
<_B> Exception.ExceptionType.Builder<_B> |
Exception.ExceptionType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Exception.ExceptionType.Builder<Void> |
Exception.ExceptionType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Exception.ExceptionType.Builder<_B> |
Exception.ExceptionType.Builder.withAcceptanceException(String acceptanceException) |
Sets the new value of "acceptanceException" (any previous value will be
replaced)
|
Exception.ExceptionType.Builder<? extends Exception.Builder<_B>> |
Exception.Builder.withExceptionType() |
Returns the existing builder or a new builder to build the value of the
"exceptionType" property.
|
Exception.ExceptionType.Builder<_B> |
Exception.ExceptionType.Builder.withGeneralException(String generalException) |
Sets the new value of "generalException" (any previous value will be replaced)
|
Exception.ExceptionType.Builder<_B> |
Exception.ExceptionType.Builder.withReceiptException(String receiptException) |
Sets the new value of "receiptException" (any previous value will be replaced)
|