public class TypeErrorLog extends Object
Constructor and Description |
---|
TypeErrorLog() |
Modifier and Type | Method and Description |
---|---|
static void |
handleTypeError(Throwable t,
IValueExpression<?> expr,
BOpStats stats)
Logs a type error.
|
public static void handleTypeError(Throwable t, IValueExpression<?> expr, BOpStats stats)
t
- The cause.expr
- The expression which resulted in a type error.stats
- Used to report the type errors as a side-effect on
BOpStats.typeErrors
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.