Check if this PigException is marked as the ones whose message is to be displayed to the user. This can be used to indicate if the corresponding error message is a good candidate for displaying to the end user, instead of drilling down the stack trace further. @return true if this pig exception is m
()
| 429 | * displayed to the user |
| 430 | */ |
| 431 | public boolean getMarkedAsShowToUser() { |
| 432 | return markedAsShowToUser; |
| 433 | } |
| 434 | |
| 435 | /** |
| 436 | * Mark this exception as a good candidate for showing its message to the |