All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class labyrinth.ListException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----labyrinth.ListException

public class ListException
extends RuntimeException
Exception for Lists.


Constructor Index

 o ListException(String)
Build exception with error string.

Constructors

 o ListException
 public ListException(String s)
Build exception with error string.

Parameters:
s - error string

All Packages  Class Hierarchy  This Package  Previous  Next  Index