public class TraverserError { public static Error UNDEFINED_OPERATOR = new DefaultError(); public static Error PATH_NOT_FOUND = new DefaultError(); }