Package yapion.exceptions.utils
Class YAPIONArrayIndexOutOfBoundsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- yapion.exceptions.YAPIONException
-
- yapion.exceptions.utils.YAPIONArrayIndexOutOfBoundsException
-
- All Implemented Interfaces:
java.io.Serializable
public class YAPIONArrayIndexOutOfBoundsException extends YAPIONException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YAPIONArrayIndexOutOfBoundsException()
YAPIONArrayIndexOutOfBoundsException(java.lang.String message)
YAPIONArrayIndexOutOfBoundsException(java.lang.String message, java.lang.Throwable cause)
YAPIONArrayIndexOutOfBoundsException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
YAPIONArrayIndexOutOfBoundsException
public YAPIONArrayIndexOutOfBoundsException()
-
YAPIONArrayIndexOutOfBoundsException
public YAPIONArrayIndexOutOfBoundsException(java.lang.String message)
-
YAPIONArrayIndexOutOfBoundsException
public YAPIONArrayIndexOutOfBoundsException(java.lang.String message, java.lang.Throwable cause)
-
YAPIONArrayIndexOutOfBoundsException
public YAPIONArrayIndexOutOfBoundsException(java.lang.Throwable cause)
-
-