001 package com.thaiopensource.validate; 002 003 /** 004 * Thrown to indicate an XML document is not a correct schema, either because the 005 * XML document is not well-formed or because it fails to be correct in some other 006 * way. 007 * 008 * @see SchemaReader#createSchema 009 * 010 * @author <a href="mailto:jjc@jclark.com">James Clark</a> 011 */ 012 public class IncorrectSchemaException extends Exception { 013 }