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