Class RNGElementNotSupportedException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      RNGElementNotSupportedException​(java.lang.String message)
      Constructs a new RNGElementNotSupportedException.
    • 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

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

      • RNGElementNotSupportedException

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