fplutil
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Pages
fplutil.buildutil.common.Error Class Reference

Base class for exceptions in this module. More...

Inheritance diagram for fplutil.buildutil.common.Error:
fplutil.buildutil.common.AdbError fplutil.buildutil.common.ConfigurationError fplutil.buildutil.common.SubCommandError fplutil.buildutil.common.ToolPathError fplutil.buildutil.android.AndroidManifest.MissingActivityError

Public Member Functions

def error_message
 Return a string representation of the error. More...
 
def error_code
 Return a scalar representation of the error. More...
 

Static Public Attributes

int CODE = -1
 

Detailed Description

Base class for exceptions in this module.

return from main().

Member Function Documentation

def fplutil.buildutil.common.Error.error_code (   self)

Return a scalar representation of the error.

def fplutil.buildutil.common.Error.error_message (   self)

Return a string representation of the error.


The documentation for this class was generated from the following file: