All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class evolution.BadSizeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----evolution.EvolutionException
                           |
                           +----evolution.BadSizeException

public class BadSizeException
extends EvolutionException
Thrown in case of bad size parameters.


Variable Index

 o size
The offending size.

Constructor Index

 o BadSizeException(int)
Create myself wih the given size member
 o BadSizeException(String)
Create myself containing the specified error message string

Variables

 o size
 public int size
The offending size.

Constructors

 o BadSizeException
 public BadSizeException(int n)
Create myself wih the given size member

Parameters:
n - becomes my size member
 o BadSizeException
 public BadSizeException(String s)
Create myself containing the specified error message string

Parameters:
s - the error message string

All Packages  Class Hierarchy  This Package  Previous  Next  Index