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 SummaryConstructors Constructor Description UnsupportedEncodingRuntimeException(String encoding, UnsupportedEncodingException e)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
UnsupportedEncodingRuntimeExceptionpublic UnsupportedEncodingRuntimeException(String encoding, UnsupportedEncodingException e) 
 
- 
 
-