package java.text; public class ParseException extends Exception { public ParseException(String s, int errorOffset) {} public int getErrorOffset() { return 0; } }