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:
 java.io.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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RNGUnexpectedElementFoundException(java.lang.String string)Constructs a new RNGUnexpectedElementFoundException. 
 -