Class ExceptionEvent
- java.lang.Object
-
- io.github.astrapi69.test.objects.exceptions.ExceptionEvent
-
public class ExceptionEvent extends java.lang.Object
The classExceptionEvent
is a class intended for use in unit tests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExceptionEvent.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.ExceptionEventBuilder
builder()
protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.Throwable
getValue()
int
hashCode()
ExceptionEvent
setValue(java.lang.Throwable value)
ExceptionEvent.ExceptionEventBuilder
toBuilder()
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
getValue
public java.lang.Throwable getValue()
-
setValue
public ExceptionEvent setValue(java.lang.Throwable value)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toBuilder
public ExceptionEvent.ExceptionEventBuilder toBuilder()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-