com.ibm.portal.state.exceptions
Interface CannotDecodeStateFromStringException.Location
- Enclosing class:
- CannotDecodeStateFromStringException
-
public static interface CannotDecodeStateFromStringException.Location
Location of the error
getIdx
int getIdx()
- Returns:
- the string that we try to decode
getLen
int getLen()
- Returns:
- length of the valid string portion
getPos
int getPos()
- Returns:
- position of the first character that belongs to the codec to be decoded
start <= pos < start + size
getStr
java.lang.String getStr()
- Returns:
- the string that we try to decode
getSubString
java.lang.String getSubString()
- Returns:
- the substring of the decoded portion