Class StringEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.muehlencord.shared.util.StringEncodingException
- All Implemented Interfaces:
Serializable
- Author:
- Joern Muehlencord (joern@muehlencord.de)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofStringEncodingExceptionwithout detail message.Constructs an instance ofStringEncodingExceptionwith the specified detail message.StringEncodingException(String msg, Throwable th) Constructs an instance ofStringEncodingExceptionwith the specified detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_MSG
- See Also:
-
-
Constructor Details
-
StringEncodingException
public StringEncodingException()Creates a new instance ofStringEncodingExceptionwithout detail message. -
StringEncodingException
Constructs an instance ofStringEncodingExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
StringEncodingException
-