Class DocumentFormatException

  • All Implemented Interfaces:
    Serializable

    public class DocumentFormatException
    extends SilverpeasRuntimeException
    Exception thrown when the format of a document or the format in which a document has to be converted isn't supported by a converter.
    See Also:
    Serialized Form
    • Constructor Detail

      • DocumentFormatException

        public DocumentFormatException​(String msg)
        Constructs an instance of DocumentFormatException with the specified detail message.
        Parameters:
        msg - the detail message.