Class TryerCatcher

java.lang.Object
eu.bandm.tools.formatfrontends.runtime.TryerCatcher

public abstract class TryerCatcher extends Object
Runtime class which realizes the "?" construct, called from generated, format generating code.

For details please cf. the format description language.

The user has to implement _try() and _catch(), and a subsequent call to tryIt() will deliver a format by executing the _try code, or, only in case of a thrown TakeAlternativeException, the _catch code.
  • Constructor Details

    • TryerCatcher

      public TryerCatcher()
  • Method Details