1: package org.kohsuke.rngom.parse; 2: 3: /** 4: * Signals a violation of the RELAX NG spec. 5: */ 6: public class IllegalSchemaException extends Exception { 7: }