Help for this page

Select Code to Download


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