public abstract class ParseDIMACSException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
protected int |
line |
Constructor and Description |
---|
ParseDIMACSException(int line) |
Modifier and Type | Method and Description |
---|---|
int |
getLine()
Returns the line of the DIMACS file in which the error occured.
|
java.lang.String |
getStringRepresentation()
Converts the exception to a user-readable string.
|
public java.lang.String getStringRepresentation()
public int getLine()