public class VersionFormatException extends IllegalArgumentException
Modifier and Type | Field and Description |
---|---|
private int |
mErrorOffset |
private String |
mInputString |
Constructor and Description |
---|
VersionFormatException(String pInputString,
int pErrorOffset) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorOffset() |
String |
getInputString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private int mErrorOffset
private String mInputString
public VersionFormatException(String pInputString, int pErrorOffset)
public int getErrorOffset()
public String getInputString()
Copyright © 2013 OW2 Consortium. All Rights Reserved.