Pepper  3.6.0
A highly extensible plattform for conversion and manipulationoflinguisticdata.
org.corpus_tools.pepper.exceptions.PepperInActionException Class Reference

This PepperException is thrown if a calling method tries to start a new process or an action or tries to get access to a resource, but it currently is in action and therefore can not be accessed. More...

Inherits org.corpus_tools.pepper.exceptions.PepperException.

Public Member Functions

 PepperInActionException (String s)
 
 PepperInActionException (String s, Throwable ex)
 
- Public Member Functions inherited from org.corpus_tools.pepper.exceptions.PepperException
 PepperException (String s)
 
 PepperException (String s, Throwable ex)
 

Detailed Description

This PepperException is thrown if a calling method tries to start a new process or an action or tries to get access to a resource, but it currently is in action and therefore can not be accessed.

Normally this exception means, that the caller should try it again later on.

Author
Florian Zipser