Package net.sourceforge.plantuml
Class ErrorUml
- java.lang.Object
-
- net.sourceforge.plantuml.ErrorUml
-
public class ErrorUml extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ErrorUml(ErrorUmlType type, java.lang.String error, LineLocation lineLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getError()
LineLocation
getLineLocation()
int
getPosition()
SuggestEngineResult
getSuggest()
ErrorUmlType
getType()
int
hashCode()
boolean
hasSuggest()
void
setSuggest(SuggestEngineResult suggest)
java.lang.String
toString()
-
-
-
Constructor Detail
-
ErrorUml
public ErrorUml(ErrorUmlType type, java.lang.String error, LineLocation lineLocation)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getError
public final java.lang.String getError()
-
getType
public final ErrorUmlType getType()
-
getPosition
public final int getPosition()
-
getLineLocation
public final LineLocation getLineLocation()
-
getSuggest
public final SuggestEngineResult getSuggest()
-
hasSuggest
public final boolean hasSuggest()
-
setSuggest
public void setSuggest(SuggestEngineResult suggest)
-
-