| Package | Description |
|---|---|
| top.infra.core | |
| top.infra.localization |
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
ExpectedExceptionWithCode.getCode() |
| Constructor and Description |
|---|
ExpectedExceptionWithCode(ErrorCode code)
Constructs a new expected exception with
null as its
detail message. |
ExpectedExceptionWithCode(ErrorCode code,
Throwable cause)
Constructs a new expected exception with the specified detail message and
cause.
|
ExpectedExceptionWithCode(ErrorCode code,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructs a new expected exception with the specified detail
message, cause, suppression enabled or disabled, and writable
stack trace enabled or disabled.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BuildInErrorCodes
Created by zhuowan on 2016/11/20 22:56.
|
Copyright © 2018. All rights reserved.