public abstract class IntelligenceException extends java.lang.Exception implements IntelligenceExceptionDetector
构造器和说明 |
---|
IntelligenceException() |
IntelligenceException(Context context,
java.lang.String message) |
IntelligenceException(Context context,
java.lang.String message,
java.lang.Throwable throwable) |
IntelligenceException(Context context,
java.lang.Throwable throwable) |
IntelligenceException(java.lang.String message) |
IntelligenceException(java.lang.String message,
java.lang.Throwable throwable) |
IntelligenceException(java.lang.Throwable throwable) |
限定符和类型 | 方法和说明 |
---|---|
Context |
getContext() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
errorCode
public IntelligenceException()
public IntelligenceException(java.lang.String message)
public IntelligenceException(Context context, java.lang.String message)
public IntelligenceException(java.lang.Throwable throwable)
public IntelligenceException(Context context, java.lang.Throwable throwable)
public IntelligenceException(java.lang.String message, java.lang.Throwable throwable)
public IntelligenceException(Context context, java.lang.String message, java.lang.Throwable throwable)
public Context getContext()