All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class exceptions.LeaException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----exceptions.LeaException

public class LeaException
extends Exception
The exception class from which all other are derived


Constructor Index

 o LeaException(String)
The constructor.

Constructors

 o LeaException
 public LeaException(String message)
The constructor. Note that messages are mandatory throughout.

Parameters:
message - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index