Class EncodingException

  • All Implemented Interfaces:
    Serializable

    public class EncodingException
    extends SilverpeasRuntimeException
    A runtime exception that is thrown when an error occurs while encoding a Silverpeas object into a formatted string or stream. It is a runtime exception because such exceptions shouldn't occur in an usual way.
    See Also:
    Serialized Form
    • Constructor Detail

      • EncodingException

        public EncodingException​(Throwable thrwbl)
        Constructs a new encoding exception with the specified cause.
        Parameters:
        thrwbl - the cause of this exception.
      • EncodingException

        public EncodingException​(String message,
                                 Throwable thrwbl)
        Constructs a new encoding exception with the specified message and the specified cause.
        Parameters:
        message - the message.
        thrwbl - the cause.
      • EncodingException

        public EncodingException​(String message)
        Constructs a new encoding exception with the specified message.
        Parameters:
        message - the message.