MCPcopy Create free account
hub / github.com/apache/pig / getMarkedAsShowToUser

Method getMarkedAsShowToUser

src/org/apache/pig/PigException.java:431–433  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 1

getPigExceptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected