Class SchemaParseException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        serialVersionUID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SchemaParseException

        public SchemaParseException​(String msg)
        Creates a new schema parse exception.
        Parameters:
        msg - describing this exception
      • SchemaParseException

        public SchemaParseException​(Throwable e)
        Creates a new schema parse exception.
        Parameters:
        e - underlying exception
      • SchemaParseException

        public SchemaParseException​(String msg,
                                    Throwable e)
        Creates a new schema parse exception.
        Parameters:
        msg - describing this exception
        e - underlying exception