Searched refs:TagPairConstructionException (Results 1 – 2 of 2) sorted by relevance
53 public class TagPairConstructionException extends Exception { class in TagPair60 public TagPairConstructionException(String string) { in TagPairConstructionException() method in TagPair.TagPairConstructionException88 public TagPair(ArrayList tagList) throws TagPairConstructionException { in TagPair()157 throw new TagPairConstructionException("ERROR: Missing end tag ("+ in TagPair()192 private void createEnclosedTags(ArrayList contentList) throws TagPairConstructionException { in createEnclosedTags()
190 }catch(TagPair.TagPairConstructionException e){ in wrapString()