Class RNGUnexpectedElementFoundException

All Implemented Interfaces:
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:
  • Constructor Details

    • RNGUnexpectedElementFoundException

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