RoxenCMS 5.4Web Developer ManualFlow Tags

   

<catch>
<cond>
<for>
<throw>

<throw></throw>

Provided by module: Tags: RXML tags

Throws a text to be caught by <catch>. Throws an exception, with the enclosed text as the error message. This tag has a close relation to <catch>. The RXML parsing will stop at the <throw> tag.