java.lang
Class StringIndexOutOfBoundsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.StringIndexOutOfBoundsException

public class StringIndexOutOfBoundsException
extends RuntimeException


Constructor Summary
StringIndexOutOfBoundsException()
           
StringIndexOutOfBoundsException(String message)
           
StringIndexOutOfBoundsException(String message, Throwable cause)
           
StringIndexOutOfBoundsException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

StringIndexOutOfBoundsException

public StringIndexOutOfBoundsException(String message)

StringIndexOutOfBoundsException

public StringIndexOutOfBoundsException()

StringIndexOutOfBoundsException

public StringIndexOutOfBoundsException(Throwable cause)

StringIndexOutOfBoundsException

public StringIndexOutOfBoundsException(String message,
                                       Throwable cause)