Class WstxException

    • Field Detail

      • mMsg

        protected final String mMsg
        D'oh. Super-class munges and hides the message, have to duplicate here
    • Method Detail

      • getMessage

        public String getMessage()
        Method is overridden for two main reasons: first, default method does not display public/system id information, even if it exists, and second, default implementation can not handle nested Location information.
        Overrides:
        getMessage in class Throwable
      • getLocationDesc

        protected String getLocationDesc()