All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class MyException.ArrayFullException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----MyException.ArrayFullException

public class ArrayFullException
extends Exception
Description This exception is throwns when the Array goes out of its
limit Bounds 

Version:
1.0
Author:
Vicky Shiv

Constructor Index

 o ArrayFullException()
 o ArrayFullException(String)

Constructors

 o ArrayFullException
 public ArrayFullException()
 o ArrayFullException
 public ArrayFullException(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1