Class EmptyContainerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EmptyContainerException
    extends java.lang.RuntimeException
    Suppose to be thrown in case of accessing empty container.
    Since:
    1.1
    See Also:
    Try, Serialized Form
    • 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

      • EmptyContainerException

        public EmptyContainerException​(java.lang.String message,
                                       java.lang.Throwable cause)
      • EmptyContainerException

        public EmptyContainerException​(java.lang.String message)