@DefaultSeverity(value=WARNING) public final class UnableToBuildReportProblem extends CompilerProblem
CompilerProblem that represents an error writing a report.
This usually results from an IOException when trying to write a report to stream| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
String |
message |
static int |
warningCode |
UNKNOWN| Constructor and Description |
|---|
UnableToBuildReportProblem(Throwable throwable) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toStringpublic static final String DESCRIPTION
public static final int warningCode
public final String message
public UnableToBuildReportProblem(Throwable throwable)
Copyright © 2016 The Apache Software Foundation. All rights reserved.