Class TryerCatcher
java.lang.Object
eu.bandm.tools.formatfrontends.runtime.TryerCatcher
Runtime class which realizes the "
For details please cf. the format description language.
The user has to implement
?
" 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 Summary
-
Method Summary
-
Constructor Details
-
TryerCatcher
public TryerCatcher()
-
-
Method Details
-
_try
-
_catch
-
tryIt
-
tryIt
-