com.ibm.portal.state.exceptions
Interface CannotDecodeStateFromStringException.Location

Enclosing class:
CannotDecodeStateFromStringException

public static interface CannotDecodeStateFromStringException.Location

Location of the error


Method Summary
 int getIdx()
           
 int getLen()
           
 int getPos()
           
 java.lang.String getStr()
           
 java.lang.String getSubString()
           
 

Method Detail

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