Class SchemaException

    • Constructor Detail

      • SchemaException

        public SchemaException()
      • SchemaException

        public SchemaException​(String message,
                               Throwable cause)
      • SchemaException

        public SchemaException​(String message,
                               Throwable cause,
                               QName propertyName)
      • SchemaException

        public SchemaException​(String message)
      • SchemaException

        public SchemaException​(String message,
                               QName propertyName)
    • Method Detail

      • getErrorTypeMessage

        public String getErrorTypeMessage()
        Description copied from class: CommonException
        Returns a human-readable message that describes the type or class of errors that the exception represents. E.g. "Communication error", "Policy violation", etc. TODO: switch return value to a localized message
        Specified by:
        getErrorTypeMessage in class CommonException
      • getPropertyName

        public QName getPropertyName()