Class UnsupportedFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.avadeaux.klipspringer.codec.UnsupportedFormatException
All Implemented Interfaces:
Serializable

public class UnsupportedFormatException extends IOException
Exception thrown by a resource that does not support a requested format.
See Also:
  • Constructor Details

    • UnsupportedFormatException

      public UnsupportedFormatException(String message)
      Specifies exception by message.
    • UnsupportedFormatException

      public UnsupportedFormatException(Throwable cause)
      Specifies exception by cause.