summaryrefslogtreecommitdiffstats
path: root/core-stubs-mini/src/java/text/ParseException.java
blob: f25665a8d256a299e5aa3c4d4a77e0dec7bc8805 (plain)
1
2
3
4
5
6
7
package java.text;
public class ParseException
  extends java.lang.Exception
{
public  ParseException(java.lang.String detailMessage, int location) { throw new RuntimeException("Stub!"); }
public  int getErrorOffset() { throw new RuntimeException("Stub!"); }
}