Class WizardConfirmationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.cockpit.wizards.exception.WizardConfirmationException
- All Implemented Interfaces:
Serializable
This is an exception that can be thrown during wizard confirmation.
Note:
All exceptions that occur during confirmation are wrapped to this exception. This is run time exception so it doesn't have to be handled.
All exceptions that occur during confirmation are wrapped to this exception. This is run time exception so it doesn't have to be handled.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFrontendeLocalizedMessage(String frontendeLocalizedMessage) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WizardConfirmationException
public WizardConfirmationException() -
WizardConfirmationException
-
-
Method Details
-
getFrontendeLocalizedMessage
- Returns:
- the frontendeLocalizedMessage
-
setFrontendeLocalizedMessage
- Parameters:
frontendeLocalizedMessage- the frontendeLocalizedMessage to set
-