mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
13 lines
332 B
Java
Generated
13 lines
332 B
Java
Generated
// Generated automatically from android.util.AndroidException for testing purposes
|
|
|
|
package android.util;
|
|
|
|
|
|
public class AndroidException extends Exception
|
|
{
|
|
public AndroidException(){}
|
|
public AndroidException(Exception p0){}
|
|
public AndroidException(String p0){}
|
|
public AndroidException(String p0, Throwable p1){}
|
|
}
|