Package com.getkeepsafe.dexcount
Class DexCountException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.getkeepsafe.dexcount.DexCountException
- All Implemented Interfaces:
Serializable
Indicates a runtime failure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDexCountException(String message) DexCountException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DexCountException
public DexCountException() -
DexCountException
-
DexCountException
-