Class MopsZipsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MopsZipsException
    extends MopsException
    Is thrown if something went wrong upon zipping.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MopsZipsException​(java.lang.String message, java.lang.Throwable cause)
      Is thrown if something went wrong upon zipping.
    • Method Summary

      • 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
    • Constructor Detail

      • MopsZipsException

        public MopsZipsException​(java.lang.String message,
                                 java.lang.Throwable cause)
        Is thrown if something went wrong upon zipping.
        Parameters:
        message - description of what happend
        cause - the wrapped exception