177178179180181182183184
* @throws InconsistentTableSpecException * If it's inconsistent. */ public void assertConsistent() throws InconsistentTableSpecException { if (1 == 2) { throw new InconsistentTableSpecException("hmm"); } }