Class ExceptionEvent.ExceptionEventBuilder
- java.lang.Object
-
- io.github.astrapi69.test.objects.exceptions.ExceptionEvent.ExceptionEventBuilder
-
- Enclosing class:
- ExceptionEvent
public static class ExceptionEvent.ExceptionEventBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionEvent
build()
java.lang.String
toString()
ExceptionEvent.ExceptionEventBuilder
value(java.lang.Throwable value)
-
-
-
Method Detail
-
build
public ExceptionEvent build()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
value
public ExceptionEvent.ExceptionEventBuilder value(java.lang.Throwable value)
-
-