Package com.android.dx.util
Class Warning
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.android.dx.util.Warning
- All Implemented Interfaces:
Serializable
Exception which is meant to indicate a non-fatal warning.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Warning
Constructs an instance.- Parameters:
message
- human-oriented message
-