net.sourceforge.plantuml
Class ErrorUml
java.lang.Object
net.sourceforge.plantuml.ErrorUml
public class ErrorUml
- extends Object
ErrorUml
public ErrorUml(ErrorUmlType type,
String error,
int position)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
getError
public final String getError()
getType
public final ErrorUmlType getType()
getPosition
public int getPosition()
getSuggest
public final SuggestEngineResult getSuggest()
hasSuggest
public final boolean hasSuggest()
setSuggest
public void setSuggest(SuggestEngineResult suggest)
Copyright © 2014. All Rights Reserved.