Class JSONArrayIndexOutOfBoundsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IndexOutOfBoundsException
-
- java.lang.ArrayIndexOutOfBoundsException
-
- org.apache.tapestry5.json.exceptions.JSONArrayIndexOutOfBoundsException
-
- All Implemented Interfaces:
Serializable
public class JSONArrayIndexOutOfBoundsException extends ArrayIndexOutOfBoundsException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSONArrayIndexOutOfBoundsException(int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JSONArrayIndexOutOfBoundsException
public JSONArrayIndexOutOfBoundsException(int index)
-
-
Method Detail
-
getIndex
public int getIndex()
-
-