Class ExceptionEvent


  • public class ExceptionEvent
    extends java.lang.Object
    The class ExceptionEvent is a class intended for use in unit tests.
    • Constructor Detail

      • ExceptionEvent

        public ExceptionEvent()
      • ExceptionEvent

        public ExceptionEvent​(java.lang.Throwable value)
    • Method Detail

      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • getValue

        public java.lang.Throwable getValue()
      • setValue

        public ExceptionEvent setValue​(java.lang.Throwable value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object