FileDocCategorySizeDatePackage
Warning.javaAPI DocAndroid 1.5 API936Wed May 06 22:41:02 BST 2009com.android.dx.util

Warning

public class Warning extends RuntimeException
Exception which is meant to indicate a non-fatal warning.

Fields Summary
Constructors Summary
public Warning(String message)
Constructs an instance.

param
message human-oriented message

        super(message);
    
Methods Summary