Class BreakException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.xezzon.zeroweb.core.error.BreakException
- All Implemented Interfaces:
Serializable
退出当前异常处理流程,用于不关心执行结果的地方。慎用!
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BreakException
public BreakException()
-