Package overit.geocall.edm.exceptions
Class EDMConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
overit.geocall.edm.exceptions.EDMException
overit.geocall.edm.exceptions.EDMConfigurationException
- All Implemented Interfaces:
Serializable
Custom exception for errors related to EDM (Entity-Data-Model) configuration
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEDMConfigurationException(String message) Constructor taking an error message as parameter. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EDMConfigurationException
Constructor taking an error message as parameter.- Parameters:
message- The error message associated with the exception.
-