Package muntjac :: Package data :: Module validator
[hide private]
[frames] | no frames]

Module validator

source code

Interface that implements a method for validating an object.

Classes [hide private]
  IValidator
Interface that implements a method for validating if an object is valid or not.
  InvalidValueException
Exception that is thrown by a IValidator when a value is invalid.
  EmptyValueException
A specific type of InvalidValueException that indicates that validation failed because the value was empty.
Variables [hide private]
  __package__ = 'muntjac.data'