Package com.facilita.fc.eggPlant
Class EggplantException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.facilita.fc.eggPlant.EggplantException
-
- All Implemented Interfaces:
java.io.Serializable
public class EggplantException extends java.lang.Exception
An exception representing an error that occurred within eggPlant- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EggplantException(java.lang.String errorMessage)
Instantiates a new eggplant exception.
-