summaryrefslogtreecommitdiffstats
path: root/core-stubs-mini/src/java/util/regex/PatternSyntaxException.java
blob: 3cc0dba3b2d90a72591b8bc057b1fd9e9d408fc1 (plain)
1
2
3
4
5
6
7
8
9
10
package java.util.regex;
public class PatternSyntaxException
  extends java.lang.IllegalArgumentException
{
public  PatternSyntaxException(java.lang.String description, java.lang.String pattern, int index) { throw new RuntimeException("Stub!"); }
public  java.lang.String getPattern() { throw new RuntimeException("Stub!"); }
public  java.lang.String getMessage() { throw new RuntimeException("Stub!"); }
public  java.lang.String getDescription() { throw new RuntimeException("Stub!"); }
public  int getIndex() { throw new RuntimeException("Stub!"); }
}