Package com.redwood.scheduler.api.model
Class TextEscape.UnsupportedEncodingRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.redwood.scheduler.api.model.TextEscape.UnsupportedEncodingRuntimeException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TextEscape
public static class TextEscape.UnsupportedEncodingRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedEncodingRuntimeException(String encoding, UnsupportedEncodingException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedEncodingRuntimeException
public UnsupportedEncodingRuntimeException(String encoding, UnsupportedEncodingException e)
-
-