Package org.gvsig.fmap.mapcontext.events
Class ErrorEvent
java.lang.Object
org.gvsig.fmap.mapcontext.events.FMapEventBase
org.gvsig.fmap.mapcontext.events.ErrorEvent
- All Implemented Interfaces:
FMapEvent
ErrorEvent stores all necessary information of an error produced on a layer.
- Author:
- jaume
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErrorEvent(String message, Exception e) Constructs anErrorEventwith the specified, detailed message as extra information, and the exception thrown. -
Method Summary
Modifier and TypeMethodDescriptionGets theExceptionassociated to the error produced.Gets detailed message with extra information.Methods inherited from class org.gvsig.fmap.mapcontext.events.FMapEventBase
getEventType, setEventType
-
Constructor Details
-
ErrorEvent
Constructs an
ErrorEventwith the specified, detailed message as extra information, and the exception thrown.- Parameters:
message- detailed error informatione- the exception thrown when the error was produced
-
-
Method Details
-
getException
Gets the
Exceptionassociated to the error produced.- Returns:
- the exception thrown when the error was produced
-
getMessage
Gets detailed message with extra information.
- Returns:
- the detail message with extra information
-