- java.lang.Object
-
- io.github.astrapi69.test.object.exception.ExceptionEvent
-
public class ExceptionEvent extends java.lang.ObjectThe classExceptionEventis a class intended for use in unit tests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExceptionEvent.ExceptionEventBuilder
-
Constructor Summary
Constructors Constructor Description ExceptionEvent()ExceptionEvent(java.lang.Throwable value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExceptionEvent.ExceptionEventBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.ThrowablegetValue()inthashCode()ExceptionEventsetValue(java.lang.Throwable value)ExceptionEvent.ExceptionEventBuildertoBuilder()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static ExceptionEvent.ExceptionEventBuilder builder()
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
getValue
public java.lang.Throwable getValue()
-
setValue
public ExceptionEvent setValue(java.lang.Throwable value)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toBuilder
public ExceptionEvent.ExceptionEventBuilder toBuilder()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-