Class FactoryImpl.WrapperException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    FactoryImpl

    private static class FactoryImpl.WrapperException
    extends java.lang.RuntimeException
    wrapper exception so that we can throw it from the GrammarReaderController.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.xml.sax.SAXException e  
    • Constructor Summary

      Constructors 
      Constructor Description
      WrapperException​(org.xml.sax.SAXException e)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • e

        public final org.xml.sax.SAXException e
    • Constructor Detail

      • WrapperException

        WrapperException​(org.xml.sax.SAXException e)