6162636465666768
} @Override public void end() { if (currentRegions != 0) { throw new DecoraException("Some regions are not defined correctly"); } }
164165166167168169170171
* Check if decora tag is currently defined and throws an exception * on nested tags. */ protected void checkNestedDecoraTags() { if (decoraTagName != null) { throw new DecoraException("Nested Decora tags not allowed"); } }
6364656667686970
} @Override public void end() { if (currentRegions != 0) { throw new DecoraException("Invalid regions detected"); } }