Class RNGInvalidSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.xmp.schema.rng.parser.exceptions.RNGInvalidSchemaException
- All Implemented Interfaces:
Serializable
Wrapper over an IllegalSchemaException exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new RNGInvalidSchemaException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RNGInvalidSchemaException
Constructs a new RNGInvalidSchemaException.- Parameters:
ex
- UnderlyingIllegalSchemaException
-