Class RNGElementNotSupportedException

  • All Implemented Interfaces:
    Serializable

    public class RNGElementNotSupportedException
    extends RNGParseException
    This exception is thrown on encountering an element in RelaxNG schema, which is not yet supported by the RelaxNG Parser in that context.
    See Also:
    Serialized Form
    • Constructor Detail

      • RNGElementNotSupportedException

        public RNGElementNotSupportedException​(String message)
        Constructs a new RNGElementNotSupportedException.
        Parameters:
        message - the detail message.