Class AttributeParsingException

    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeParsingException​(java.lang.String errorMsg, java.lang.Throwable cause)
      Constructor.
    • 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
    • Constructor Detail

      • AttributeParsingException

        public AttributeParsingException​(java.lang.String errorMsg,
                                         java.lang.Throwable cause)
        Constructor.
        Parameters:
        errorMsg - the message with debug info.
        cause - the exception that was thrown.