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
public class RNGParseException extends RuntimeException
Base class of exceptions encountered while parsing RelaxNG schema to constuct XMP schemas.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RNGParseException(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 Detail
-
RNGParseException
public RNGParseException(String message)
Constructs a new RNGParseException.- Parameters:
message
- the detail message
-
-