类 GenerateException

所有已实现的接口:
Serializable

public class GenerateException extends RuntimeException
应用程序基础运行异常定义,任何业务相关的运行异常定义必须继承该对象。
作者:
shikeying
另请参阅:
  • 构造器详细资料

    • GenerateException

      public GenerateException()
    • GenerateException

      public GenerateException(String msg)
    • GenerateException

      public GenerateException(Throwable cause)
    • GenerateException

      public GenerateException(String msg, Throwable cause)