1 package com.github.triceo.splitlog.splitters.exceptions; 2 3 /** 4 * Type of line that the parser automaton (see @{link {@link ExceptionParser}) 5 * recognizes. 6 * 7 */ 8 interface ExceptionLine { 9 10 }