Class ResourceExecuteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.dal.resource.exception.ResourceExecuteException
- All Implemented Interfaces:
Serializable,org.gvsig.tools.exception.IBaseException
public class ResourceExecuteException
extends org.gvsig.tools.exception.BaseRuntimeException
Exception thrown when there is an error in the
Resource.execute(org.gvsig.fmap.dal.resource.ResourceAction) method.- Author:
- 2009- César Ordiñana - gvSIG team
- See Also:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseRuntimeException
code, formatString, messageKey -
Constructor Summary
ConstructorsConstructorDescriptionResourceExecuteException(Resource resource, Throwable cause) Create a newResourceExecuteException. -
Method Summary
Methods inherited from class org.gvsig.tools.exception.BaseRuntimeException
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toString, valuesMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ResourceExecuteException
Create a newResourceExecuteException.- Parameters:
resource- the resource where the exception was producedcause- the original cause of the exception
-