Class ClassAttributeExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.exception.ClassAttributeExecutionException
- All Implemented Interfaces:
Serializable
Indicates that a general error has occurred when trying to execute code pertaining to acquiring and processing class
attributes. For example, invoking methods Java Reflections, and the invocation could be trying to access methods it cannot,
thus, throwing an exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates this exception.Instantiates this exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassAttributeExecutionException
Instantiates this exception.- Parameters:
a- an IOClassAttributeModel used to gather the information needed to retrieve the attribute value
-
ClassAttributeExecutionException
Instantiates this exception.- Parameters:
a- an IOClassAttributeModel used to gather information about the method to be invokede- the specific exception that cause this general exception to be thrown
-