Class InvalidEncodingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidEncodingException
    extends java.lang.RuntimeException
    The Character Encoding is not supported.
    Since:
    1.4.0
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.UnsupportedEncodingException encodingException
      attribute for the encoding exception
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidEncodingException​(java.io.UnsupportedEncodingException encodingException)
      constructor for InvalidEncodingException
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.UnsupportedEncodingException getEncodingException()
      Get the exception which includes more information on the unsupported encoding
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • encodingException

        private final java.io.UnsupportedEncodingException encodingException
        attribute for the encoding exception
    • Constructor Detail

      • InvalidEncodingException

        public InvalidEncodingException​(java.io.UnsupportedEncodingException encodingException)
        constructor for InvalidEncodingException
        Parameters:
        encodingException - the cause for this exception
    • Method Detail

      • getEncodingException

        public java.io.UnsupportedEncodingException getEncodingException()
        Get the exception which includes more information on the unsupported encoding
        Returns:
        an UnsupportedEncodingException