Package com.powsybl.commons.exceptions
Class UncheckedUnsupportedEncodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.powsybl.commons.exceptions.UncheckedUnsupportedEncodingException
-
- All Implemented Interfaces:
Serializable
public class UncheckedUnsupportedEncodingException extends RuntimeException
- Author:
- Geoffroy Jamgotchian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedUnsupportedEncodingException(UnsupportedEncodingException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnsupportedEncodingException
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UncheckedUnsupportedEncodingException
public UncheckedUnsupportedEncodingException(UnsupportedEncodingException cause)
-
-
Method Detail
-
getCause
public UnsupportedEncodingException getCause()
-
-