Class FormatUnsupportedException

  • All Implemented Interfaces:
    Serializable

    public class FormatUnsupportedException
    extends EntityBrokerException
    Throw to indicate that there was a failure during formatting an entity (input or output), use the message to indicate more information about the failure, place the reference and format into the exception
    Author:
    Aaron Zeckoski (aaron@caret.cam.ac.uk)
    See Also:
    Serialized Form
    • Field Detail

      • format

        public String format
        The format which could not be handled
    • Constructor Detail

      • FormatUnsupportedException

        public FormatUnsupportedException​(String message,
                                          String entityReference,
                                          String format)
      • FormatUnsupportedException

        public FormatUnsupportedException​(String message,
                                          Throwable cause,
                                          String entityReference,
                                          String format)