1 package net.sf.quarrel.file; 2 3 /*** 4 * Will be thrown when a parsing error occurs. 5 */ 6 public class ParsingException extends Exception { 7 }