Class FormatRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
develop.toolkit.base.exception.FormatRuntimeException
All Implemented Interfaces:
Serializable

public abstract class FormatRuntimeException extends RuntimeException
带格式化的运行时异常
Author:
qiushui
See Also:
  • Constructor Details

    • FormatRuntimeException

      public FormatRuntimeException()
    • FormatRuntimeException

      public FormatRuntimeException(String message)
    • FormatRuntimeException

      public FormatRuntimeException(String format, Object... parameters)
    • FormatRuntimeException

      public FormatRuntimeException(String message, Throwable cause)
    • FormatRuntimeException

      public FormatRuntimeException(String format, Throwable cause, Object... parameters)