Uses of Interface
pobs.PErrorHandler

Packages that use PErrorHandler
pobs Interfaces and basic classes of the framework.  
pobs.errorhandler   
 

Uses of PErrorHandler in pobs
 

Methods in pobs that return PErrorHandler
 PErrorHandler PContext.getErrorHandler()
          Returns error handler.
 

Constructors in pobs with parameters of type PErrorHandler
PContext(PDirective directive, PTarget target, PErrorHandler errorHandler)
          Creates an instance with the specified directive and target.
 

Uses of PErrorHandler in pobs.errorhandler
 

Classes in pobs.errorhandler that implement PErrorHandler
 class PDefaultErrorHandler
          Default error handler.