public class AssetNotFoundException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
exception |
Constructor and Description |
---|
AssetNotFoundException() |
AssetNotFoundException(java.lang.String arg0) |
AssetNotFoundException(java.lang.String arg0,
java.lang.Throwable arg1) |
AssetNotFoundException(java.lang.Throwable arg0) |
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream s) |
void |
printStackTrace(java.io.PrintWriter s) |
public AssetNotFoundException()
public AssetNotFoundException(java.lang.String arg0)
arg0
- public AssetNotFoundException(java.lang.Throwable arg0)
arg0
- public AssetNotFoundException(java.lang.String arg0, java.lang.Throwable arg1)
arg0
- arg1
- public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable