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
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(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 Detail
-
RNGElementNotSupportedException
public RNGElementNotSupportedException(String message)
Constructs a new RNGElementNotSupportedException.- Parameters:
message
- the detail message.
-
-