Package com.googlecode.d2j
Class DexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.d2j.DexException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDexException(String message) DexException(String messageFormat, Object... args) this is equals to new DexException(String.format(messageFormat, args));DexException(String message, Throwable cause) DexException(Throwable cause) DexException(Throwable cause, String messageFormat, Object... args) this is equals to new DexException(String.format(messageFormat, args), 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
-
DexException
public DexException() -
DexException
-
DexException
-
DexException
-
DexException
this is equals to new DexException(String.format(messageFormat, args), cause); -
DexException
this is equals to new DexException(String.format(messageFormat, args));
-