Class RNGParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.xmp.schema.rng.parser.exceptions.RNGParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RNGElementNotSupportedException
,RNGUnexpectedElementFoundException
Base class of exceptions encountered while parsing RelaxNG schema to constuct XMP schemas.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRNGParseException
(String message) Constructs a new RNGParseException.RNGParseException
(String message, Throwable t) Constructs a new RNGParseException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RNGParseException
Constructs a new RNGParseException.- Parameters:
message
- the detail message
-
RNGParseException
Constructs a new RNGParseException.- Parameters:
message
- the detail messaget
- the cause (which is saved for later retrieval
-