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.
-
size
- The offending size.
-
BadSizeException(int)
- Create myself wih the given
size
member
-
BadSizeException(String)
- Create myself containing the specified error message string
size
public int size
- The offending size.
BadSizeException
public BadSizeException(int n)
- Create myself wih the given
size
member
- Parameters:
- n - becomes my
size
member
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