Class UnknownSchemaElementException

All Implemented Interfaces:
Serializable, LocalizableException

public final class UnknownSchemaElementException extends LocalizedIllegalArgumentException
Thrown when a schema query fails because the requested schema element could not be found or is ambiguous.
See Also:
  • Constructor Details

    • UnknownSchemaElementException

      public UnknownSchemaElementException(LocalizableMessage message)
      Creates a new unknown schema element exception with the provided message.
      Parameters:
      message - The message that explains the problem that occurred.