Java org.apache.commons.jci.problems CompilationProblem fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jci.problems CompilationProblem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jci.problems CompilationProblem.

The text is from its open source code.

Implementation

org.apache.commons.jci.problems.CompilationProblem has the following implementations.
Click this link to see all its implementation.

Constructor

Method

StringgetFileName()
name of the file where the problem occurred
StringgetMessage()
the description of the problem
intgetStartColumn()
intgetStartLine()
position of where the problem starts in the source code
booleanisError()
is the problem an error and compilation cannot continue or just a warning and compilation can proceed
StringtoString()
Returns a string representation of the object.