Class RNGElementNotSupportedException
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.RNGElementNotSupportedException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionRNGElementNotSupportedException(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
-
Constructor Details
-
RNGElementNotSupportedException
Constructs a new RNGElementNotSupportedException.- Parameters:
message- the detail message.
-