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