Uses of Class
com.iohao.net.framework.core.exception.MessageException
Packages that use MessageException
Package
Description
CoreFramework - Global unified handling for system exceptions, assertion + exception mechanism = clear and concise code
CoreFramework - Flow
CoreFramework - Business Framework Plugin.
-
Uses of MessageException in com.iohao.net.framework.core.exception
Methods in com.iohao.net.framework.core.exception that throw MessageExceptionModifier and TypeMethodDescriptiondefault voidErrorInformation.assertFalse(boolean v1) Asserts that the value must be false, otherwise throws an exceptiondefault voidErrorInformation.assertFalse(boolean v1, String msg) Asserts that the value must be false, otherwise throws an exceptiondefault voidErrorInformation.assertNonNull(Object value) Asserts that the assertion value cannot be null, otherwise throws an exceptiondefault voidErrorInformation.assertNonNull(Object value, String msg) Asserts that the assertion value cannot be null, otherwise throws an exceptiondefault voidErrorInformation.assertNullThrows(Object value) Asserts that the assertion value is null, otherwise throws an exceptiondefault voidErrorInformation.assertNullThrows(Object value, String msg) Asserts that the assertion value is null, otherwise throws an exceptiondefault voidErrorInformation.assertTrue(boolean v1) Asserts that the value must be true, otherwise throws an exceptiondefault voidErrorInformation.assertTrue(boolean v1, String msg) Asserts that the value must be true, otherwise throws an exceptiondefault voidErrorInformation.assertTrueThrows(boolean v1) Asserts to be true, otherwise throws an exceptiondefault voidErrorInformation.assertTrueThrows(boolean v1, String msg) Asserts to be true, otherwise throws an exception -
Uses of MessageException in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow that return MessageExceptionModifier and TypeMethodDescriptionActionMethodExceptionProcess.processException(Throwable e) Exception handling -
Uses of MessageException in com.iohao.net.framework.core.flow.internal
Methods in com.iohao.net.framework.core.flow.internal that return MessageExceptionModifier and TypeMethodDescriptionDefaultActionMethodExceptionProcess.processException(Throwable e)