public class ThresholdingException extends Exception
ThresholdingException class.
Constructor and Description |
---|
ThresholdingException(String message,
ThresholdingVisitor.ThresholdingResult failureCode)
Constructor for ThresholdingException.
|
Modifier and Type | Method and Description |
---|---|
int |
getFailureCode()
getFailureCode
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ThresholdingException(String message, ThresholdingVisitor.ThresholdingResult failureCode)
Constructor for ThresholdingException.
message
- a String
object.failureCode
- a int.Copyright © 2019. All rights reserved.