- ErrorCode - Interface in top.infra.core
-
Created by zhuowan on 2016/12/29 10:22.
- ErrorMessage - Interface in top.infra.core
-
Created by zhuowan on 2018/3/24 17:08.
- ExpectedException - Exception in top.infra.core
-
ExpectedException is thrown by user, not by libraries or frameworks.
- ExpectedException() - Constructor for exception top.infra.core.ExpectedException
-
Constructs a new expected exception with null
as its
detail message.
- ExpectedException(String) - Constructor for exception top.infra.core.ExpectedException
-
Constructs a new expected exception with the specified detail message.
- ExpectedException(String, Throwable) - Constructor for exception top.infra.core.ExpectedException
-
Constructs a new expected exception with the specified detail message and
cause.
- ExpectedException(Throwable) - Constructor for exception top.infra.core.ExpectedException
-
Constructs a new expected exception with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- ExpectedException(String, Throwable, boolean, boolean) - Constructor for exception top.infra.core.ExpectedException
-
Constructs a new expected exception with the specified detail
message, cause, suppression enabled or disabled, and writable
stack trace enabled or disabled.
- ExpectedExceptionWithCode - Exception in top.infra.core
-
ExpectedExceptionWithCode is thrown by user, not by libraries or frameworks,
with an error code to identify error more clearly.
- ExpectedExceptionWithCode(ErrorCode) - Constructor for exception top.infra.core.ExpectedExceptionWithCode
-
Constructs a new expected exception with null
as its
detail message.
- ExpectedExceptionWithCode(ErrorCode, Throwable) - Constructor for exception top.infra.core.ExpectedExceptionWithCode
-
Constructs a new expected exception with the specified detail message and
cause.
- ExpectedExceptionWithCode(ErrorCode, Throwable, boolean, boolean) - Constructor for exception top.infra.core.ExpectedExceptionWithCode
-
Constructs a new expected exception with the specified detail
message, cause, suppression enabled or disabled, and writable
stack trace enabled or disabled.