类 InfoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.xisoil.exception.InfoException
- 所有已实现的接口:
Serializable
- 另请参阅:
-
构造器概要
构造器限定符构造器说明InfoException(String message) InfoException(String message, Throwable cause) protectedInfoException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) InfoException(Throwable cause) -
方法概要
修饰符和类型方法说明protected voidfinalize()getCause()voidvoidvoidvoidsetStackTrace(StackTraceElement[] stackTrace) toString()从类继承的方法 java.lang.Throwable
addSuppressed, getSuppressed
-
构造器详细资料
-
InfoException
public InfoException() -
InfoException
-
InfoException
-
InfoException
-
InfoException
-
-
方法详细资料
-
printStackTrace
public void printStackTrace()- 覆盖:
printStackTrace在类中Throwable
-
getMessage
- 覆盖:
getMessage在类中Throwable
-
getLocalizedMessage
- 覆盖:
getLocalizedMessage在类中Throwable
-
getCause
-
initCause
-
toString
-
printStackTrace
- 覆盖:
printStackTrace在类中Throwable
-
getStackTrace
- 覆盖:
getStackTrace在类中Throwable
-
setStackTrace
- 覆盖:
setStackTrace在类中Throwable
-
finalize
-
fillInStackTrace
- 覆盖:
fillInStackTrace在类中Throwable
-
printStackTrace
- 覆盖:
printStackTrace在类中Throwable
-