java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
develop.toolkit.base.exception.FormatRuntimeException
- All Implemented Interfaces:
Serializable
带格式化的运行时异常
- Author:
- qiushui
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormatRuntimeException(String message) FormatRuntimeException(String format, Object... parameters) FormatRuntimeException(String message, Throwable cause) FormatRuntimeException(String format, Throwable cause, Object... parameters) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FormatRuntimeException
public FormatRuntimeException() -
FormatRuntimeException
-
FormatRuntimeException
-
FormatRuntimeException
-
FormatRuntimeException
-