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 SummaryConstructors Constructor Description YAPIONArrayIndexOutOfBoundsException()YAPIONArrayIndexOutOfBoundsException(java.lang.String message)YAPIONArrayIndexOutOfBoundsException(java.lang.String message, java.lang.Throwable cause)YAPIONArrayIndexOutOfBoundsException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
YAPIONArrayIndexOutOfBoundsExceptionpublic YAPIONArrayIndexOutOfBoundsException() 
 - 
YAPIONArrayIndexOutOfBoundsExceptionpublic YAPIONArrayIndexOutOfBoundsException(java.lang.String message) 
 - 
YAPIONArrayIndexOutOfBoundsExceptionpublic YAPIONArrayIndexOutOfBoundsException(java.lang.String message, java.lang.Throwable cause)
 - 
YAPIONArrayIndexOutOfBoundsExceptionpublic YAPIONArrayIndexOutOfBoundsException(java.lang.Throwable cause) 
 
- 
 
-