Class SAXSupportException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SAXSupportException
    extends org.xml.sax.SAXException
    Exception thrown by SAXSupport methods to report problems with XML format or content. Use this exception in your content handler methods to report such problems. This will allow calling methods to distinguish our exceptions from exception thrown by the SAX parser itself.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SAXSupportException​(java.lang.Exception ex)
      Constructs an exception with specified message
      SAXSupportException​(java.lang.String msg)
      Constructs an exception with specified message
      SAXSupportException​(java.lang.String msg, java.lang.Exception ex)
      Constracts an exception with spesified message and exception
    • Method Summary

      • Methods inherited from class org.xml.sax.SAXException

        getCause, getException, getMessage, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SAXSupportException

        public SAXSupportException​(java.lang.String msg)
        Constructs an exception with specified message
        Parameters:
        msg - error message
      • SAXSupportException

        public SAXSupportException​(java.lang.Exception ex)
        Constructs an exception with specified message
        Parameters:
        ex - wrapped exception
      • SAXSupportException

        public SAXSupportException​(java.lang.String msg,
                                   java.lang.Exception ex)
        Constracts an exception with spesified message and exception
        Parameters:
        msg - error message
        ex - wrapped exception