public class EvaluatorException extends ExecutionException implements Identifiable
Constructor and Description |
---|
EvaluatorException(String evaluatorId) |
EvaluatorException(String evaluatorId,
String message) |
EvaluatorException(String evaluatorId,
String message,
Throwable cause) |
EvaluatorException(String evaluatorId,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Access the affected Evaluator.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EvaluatorException(String evaluatorId)
public EvaluatorException(String evaluatorId, String message, Throwable cause)
public EvaluatorException(String evaluatorId, String message)
public EvaluatorException(String evaluatorId, Throwable cause)
public String getId()
getId
in interface Identifiable
Copyright © 2016 The Apache Software Foundation. All rights reserved.