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:
  • Constructor Details

    • RNGParseException

      public RNGParseException(String message)
      Constructs a new RNGParseException.
      Parameters:
      message - the detail message
    • RNGParseException

      public RNGParseException(String message, Throwable t)
      Constructs a new RNGParseException.
      Parameters:
      message - the detail message
      t - the cause (which is saved for later retrieval