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!"); } }