public class AndroidPlatformException extends RuntimeException
| Constructor and Description |
|---|
AndroidPlatformException() |
AndroidPlatformException(String message) |
AndroidPlatformException(String message,
Throwable cause) |
AndroidPlatformException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
AndroidPlatformException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AndroidPlatformException()
public AndroidPlatformException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public AndroidPlatformException(String message)
public AndroidPlatformException(Throwable cause)
Copyright © 2020 Soot OSS. All rights reserved.