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, int score, LineLocation lineLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetError()LineLocationgetLineLocation()intgetPosition()ErrorUmlTypegetType()inthashCode()intscore()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ErrorUml
public ErrorUml(ErrorUmlType type, java.lang.String error, int score, LineLocation lineLocation)
-
-
Method Detail
-
score
public int score()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin 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()
-
-