com.thaiopensource.validate.schematron
Class SchemaReaderImpl.UserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.thaiopensource.validate.schematron.SchemaReaderImpl.UserException
All Implemented Interfaces:
Serializable
Enclosing class:
SchemaReaderImpl

static class SchemaReaderImpl.UserException
extends Exception


Field Summary
private  SAXException exception
           
 
Constructor Summary
SchemaReaderImpl.UserException(SAXException exception)
           
 
Method Summary
(package private)  SAXException getException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exception

private final SAXException exception
Constructor Detail

SchemaReaderImpl.UserException

SchemaReaderImpl.UserException(SAXException exception)
Method Detail

getException

SAXException getException()