Class UnresolvedIdentifiersException

All Implemented Interfaces:
Serializable, Iterable<ParseException>

public class UnresolvedIdentifiersException extends ParseException implements Iterable<ParseException>

This exception is thrown by DBChecker when several columns or tables do not exist. It lists several ParseException (either UnresolvedColumnException or UnresolvedTableException).

Its message only tells the number of unresolved identifiers. If you want to have more details about the position and the exact message of each exception, you just have to iterate on this UnresolvedIdentifiersException (method iterator()).

Version:
1.4 (06/2015)
Author:
Grégory Mantelet (CDS;ARI)
See Also: