Class BinaryBlobException

  • All Implemented Interfaces:
    Serializable

    public class BinaryBlobException
    extends Exception
    BinaryBlobException is used to signal that binary data was found in a context that requires text (eg. for generating textual diffs).
    Since:
    4.10
    See Also:
    Serialized Form
    • Constructor Detail

      • BinaryBlobException

        public BinaryBlobException()
        Construct a BinaryBlobException.