| Package | Description |
|---|---|
| com.staros.exception |
| Modifier and Type | Method and Description |
|---|---|
ExceptionCode |
StarException.getExceptionCode() |
static ExceptionCode |
ExceptionCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionCode[] |
ExceptionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StarException(ExceptionCode code,
java.lang.String msg) |
StarException(ExceptionCode code,
java.lang.String messagePattern,
java.lang.Object... params) |
Copyright © 2024. All rights reserved.