Class ArgumentException

All Implemented Interfaces:
Serializable, BaseException

public class ArgumentException extends BaseUncheckedException
业务参数异常 用于在业务中,检测到非法参数时,进行抛出的异常。
Version:
3.5.0
Author:
zuihou
See Also:
  • Constructor Details

    • ArgumentException

      public ArgumentException(Throwable cause)
    • ArgumentException

      public ArgumentException(String message)
    • ArgumentException

      public ArgumentException(String message, Throwable cause)
    • ArgumentException

      public ArgumentException(String format, Object... args)
  • Method Details