All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class evolution.NilException

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

public class NilException
extends EvolutionException
Thrown instead of a NullPointerException


Constructor Index

 o NilException()
 o NilException(String)
Create myself containing the given error message

Constructors

 o NilException
 public NilException(String msg)
Create myself containing the given error message

Parameters:
msg - the error message
 o NilException
 public NilException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index