com.android.dx.util
Class Warning

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.android.dx.util.Warning
All Implemented Interfaces:
Serializable

public class Warning
extends RuntimeException

Exception which is meant to indicate a non-fatal warning.

See Also:
Serialized Form

Constructor Summary
Warning(String message)
          Constructs an instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Warning

public Warning(String message)
Constructs an instance.

Parameters:
message - human-oriented message


Copyright © 2015. All rights reserved.