Class ParseException

    • Constructor Summary

      Constructors 
      Constructor Description
      ParseException​(java.lang.String exceptionMessage, java.lang.String resource, java.util.List<Problem> errors, java.util.List<Problem> warnings)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ResourceReport> getResorceReports()  
      • 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

      • resorceReports

        protected java.util.List<ResourceReport> resorceReports
    • Constructor Detail

      • ParseException

        public ParseException​(java.lang.String exceptionMessage,
                              java.lang.String resource,
                              java.util.List<Problem> errors,
                              java.util.List<Problem> warnings)
    • Method Detail

      • getResorceReports

        public java.util.List<ResourceReport> getResorceReports()