Package com.unfbx.chatgpt.exception
Class BaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.unfbx.chatgpt.exception.BaseException
-
- All Implemented Interfaces:
Serializable
public class BaseException extends RuntimeException
描述: 异常- Author:
- https:www.unfbx.com 2023-02-11
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseException()
BaseException(IError error)
BaseException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-