Class RNGUnexpectedElementFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.xmp.schema.rng.parser.exceptions.RNGParseException
com.adobe.xmp.schema.rng.parser.exceptions.RNGUnexpectedElementFoundException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructs 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
-
Constructor Details
-
RNGUnexpectedElementFoundException
Constructs a new RNGUnexpectedElementFoundException.- Parameters:
string
- the detail message
-