Searched refs:LineErrorException (Results 1 – 2 of 2) sorted by relevance
37 public class LineErrorException extends Exception { class43 public LineErrorException() { in LineErrorException() method in LineErrorException51 public LineErrorException(String arg0) { in LineErrorException() method in LineErrorException59 public LineErrorException(Throwable arg0) { in LineErrorException() method in LineErrorException68 public LineErrorException(String arg0, Throwable arg1) { in LineErrorException() method in LineErrorException
328 throw new LineErrorException(getLineNumber() in readBlock()336 throw new LineErrorException(super.getLineNumber() in readBlock()400 } catch (LineErrorException e) { in readBlock()