Daytron / SimpleDialogFX

Lightweight dialog API for JavaFX.
https://daytron.github.io/SimpleDialogFX/
MIT License
21 stars 2 forks source link

Constructor with exception dialog using full parameters causes undesirable result #13

Closed Daytron closed 9 years ago

Daytron commented 9 years ago

The details message displays the custom String parameter given instead of the name of the exception.

Daytron commented 9 years ago

Solution: With exception dialog using full constructor parameters will now overwrite details message with the class name of the exception. However if the exception given is null with exception dialog in play, it will display pre-built error texts on the exception's header, details and trace.