- or download this
// -------------------------------------------------------------------
+--------
// Define the package we belong to
...
}
}
- or download this
...
// See if we found the relative token
...
// Could not find the requested token
return -1;
...
- or download this
// Search for the relative token
int nIndex = findToken( strSearchString );
...
throw e;
}
- or download this
public String getToken( int nIndex ) throws ArrayIndexOutOfBoundsE
+xception
{
...
throw e;
...
- or download this
public String getToken( int nIndex )
throws ArrayIndexOutOfBoundsException e
...
throw e( ... );
..
}
- or download this
ArrayIndexOutOfBoundsException
m_AiOoBExIndexException =
new ArrayIndexOutOfBoundsException = ...