Package ganeti :: Module errors :: Class QueryFilterParseError
[hide private]
[frames] | no frames]

Class QueryFilterParseError

source code


Error while parsing query filter.

This exception must be instantiated with two values. The first one is a string with an error description, the second one is an instance of a subclass of pyparsing.ParseBaseException (used to display the exact error location).

Instance Methods [hide private]
 
GetDetails(self)
Returns a list of strings with details about the error.
source code

Inherited from exceptions.Exception: __init__, __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __str__, __unicode__

Inherited from object: __format__, __hash__, __reduce_ex__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__