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