|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.compiler.CompilerMessage
org.codehaus.plexus.compiler.CompilerError
@Deprecated public class CompilerError
This class encapsulates a message from a compiler. This class is deprecated
and only exists for backwards compatibility. Clients should be using
CompilerMessage instead.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.codehaus.plexus.compiler.CompilerMessage |
|---|
CompilerMessage.Kind |
| Constructor Summary | |
|---|---|
CompilerError(String message,
boolean error)
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class org.codehaus.plexus.compiler.CompilerMessage |
|---|
getEndColumn, getEndLine, getFile, getKind, getMessage, getStartColumn, getStartLine, isError, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompilerError(String message,
boolean error)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||