1 package org.apache.oro.text.perl; 2 3 59 60 import org.apache.oro.text.MalformedCachePatternException; 61 62 82 public final class MalformedPerl5PatternException 83 extends MalformedCachePatternException 84 { 85 88 public MalformedPerl5PatternException() { 89 super(); 90 } 91 92 97 public MalformedPerl5PatternException(String message) { 98 super(message); 99 } 100 101 } 102 103 | Popular Tags |