public class NetricsFileFormatException extends NetricsRecSrcException
Modifier and Type | Method and Description |
---|---|
int |
getCharPos()
return the character position within the (logical) line the
exception occurred on, zero if unknown.
|
int |
getLine()
return the file line the exception occurred on, zero if unknown.
|
int |
getRecNum()
return the record sequence number (1 based) the exception was on,
zero if unknown.
|
java.lang.String |
toString()
return formatted string version of exception info.
|
public int getLine()
public int getCharPos()
public int getRecNum()
public java.lang.String toString()
toString
in class NetricsRecSrcException