Package jadx.gui.device.debugger
Class SmaliDebuggerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jadx.gui.device.debugger.SmaliDebuggerException
-
- All Implemented Interfaces:
java.io.Serializable
public class SmaliDebuggerException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmaliDebuggerException(java.lang.Exception e)SmaliDebuggerException(java.lang.String msg)SmaliDebuggerException(java.lang.String msg, int errCode)SmaliDebuggerException(java.lang.String msg, java.lang.Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrCode()
-
-
-
Constructor Detail
-
SmaliDebuggerException
public SmaliDebuggerException(java.lang.Exception e)
-
SmaliDebuggerException
public SmaliDebuggerException(java.lang.String msg)
-
SmaliDebuggerException
public SmaliDebuggerException(java.lang.String msg, java.lang.Exception e)
-
SmaliDebuggerException
public SmaliDebuggerException(java.lang.String msg, int errCode)
-
-