Package net.sourceforge.plantuml
Class ErrorUml
java.lang.Object
net.sourceforge.plantuml.ErrorUml
public class ErrorUml
extends java.lang.Object
-
Constructor Summary
ConstructorsConstructorDescriptionErrorUml
(ErrorUmlType type, java.lang.String error, int score, LineLocation lineLocation) -
Method Summary
Modifier and TypeMethodDescriptionboolean
equals
(java.lang.Object obj) final java.lang.String
getError()
final LineLocation
final int
final ErrorUmlType
getType()
int
hashCode()
int
score()
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ErrorUml
-
-
Method Details
-
score
public int score() -
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
-
getPosition
public final int getPosition() -
getLineLocation
-