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:
java.io.Serializable
- Direct Known Subclasses:
RNGElementNotSupportedException
,RNGUnexpectedElementFoundException
public class RNGParseException extends java.lang.RuntimeException
Base class of exceptions encountered while parsing RelaxNG schema to constuct XMP schemas.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RNGParseException(java.lang.String message)
Constructs a new RNGParseException.RNGParseException(java.lang.String message, java.lang.Throwable t)
Constructs a new RNGParseException.
-
-
-
Constructor Detail
-
RNGParseException
public RNGParseException(java.lang.String message)
Constructs a new RNGParseException.- Parameters:
message
- the detail message
-
RNGParseException
public RNGParseException(java.lang.String message, java.lang.Throwable t)
Constructs a new RNGParseException.- Parameters:
message
- the detail messaget
- the cause (which is saved for later retrieval
-
-