Package com.helger.commons.codec
Class DecodeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.helger.commons.codec.DecodeException
-
- All Implemented Interfaces:
Serializable
public class DecodeException extends RuntimeException
Exception occurred in a decoder- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecodeException(String sMsg)DecodeException(String sMsg, Throwable aCause)DecodeException(Throwable aCause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-