Class RNGInvalidSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.xmp.schema.rng.parser.exceptions.RNGInvalidSchemaException
-
- All Implemented Interfaces:
java.io.Serializable
public class RNGInvalidSchemaException extends java.lang.Exception
Wrapper over an IllegalSchemaException exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RNGInvalidSchemaException(IllegalSchemaException ex)
Constructs a new RNGInvalidSchemaException.
-
-
-
Constructor Detail
-
RNGInvalidSchemaException
public RNGInvalidSchemaException(IllegalSchemaException ex)
Constructs a new RNGInvalidSchemaException.- Parameters:
ex
- UnderlyingIllegalSchemaException
-
-