Uses of Interface
pobs.PErrorHandler

Packages that use PErrorHandler
pobs   
 

Uses of PErrorHandler in pobs
 

Classes in pobs that implement PErrorHandler
 class PDefaultErrorHandler
           
 

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.