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:
 java.io.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(java.lang.String message)Constructs a new RNGElementNotSupportedException. 
 -