Class UnsupportedFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.avadeaux.klipspringer.codec.UnsupportedFormatException
- All Implemented Interfaces:
Serializable
Exception thrown by a resource that does not support a requested format.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedFormatException(String message) Specifies exception by message.Specifies exception by cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedFormatException
Specifies exception by message. -
UnsupportedFormatException
Specifies exception by cause.
-