Class RNGUnexpectedElementFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RNGUnexpectedElementFoundException
    extends RNGParseException
    At each state of traversing the RelaxNG data model, only a few element are expected for the data model to represent valid XMP schemas. If an unexpected rng element is encountered while schema parsing this exception is thrown.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • RNGUnexpectedElementFoundException

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