Package proguard.dexfile.reader
Class DexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
proguard.dexfile.reader.DexException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDexException(String message) DexException(String messageFormat, Object... args) this is equals toDexException(String message, Throwable cause) DexException(Throwable cause) DexException(Throwable cause, String messageFormat, Object... args) this is equals to -
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
- Parameters:
message-
-
DexException
- Parameters:
cause-
-
DexException
- Parameters:
message-cause-
-
DexException
this is equals tonew DexException(String.format(messageFormat, args), cause);
- Parameters:
cause-messageFormat-args-
-
DexException
this is equals tonew DexException(String.format(messageFormat, args));
- Parameters:
messageFormat-args-
-