StringIndexOutOfBoundsException


StringIndexOutOfBoundsException java.lang

Java 1.0 serializable unchecked

Signals that the index used to access a character of a String or StringBuffer is less than zero or is too large.

Figure 10-61. java.lang.StringIndexOutOfBoundsException

 public class  StringIndexOutOfBoundsException  extends IndexOutOfBoundsException {  // Public Constructors  public  StringIndexOutOfBoundsException  ( );        public  StringIndexOutOfBoundsException  (int  index  );        public  StringIndexOutOfBoundsException  (String  s  );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net