de.espirit.firstspirit.client.access.editor
Interface ValidationSupporting.Emitter

Enclosing interface:
ValidationSupporting<T>

public static interface ValidationSupporting.Emitter

Instances emit an InvalidValueException when ValidationSupporting.Emitter.signalInvalidValue(String) is called.

Since:
4.2.416

Method Summary
 void signalInvalidValue(String message)
          Signal an InvalidValueException with the provided message.
 

Method Detail

signalInvalidValue

void signalInvalidValue(String message)
                        throws InvalidValueException
Signal an InvalidValueException with the provided message.

Parameters:
message - Descriptive message for the exception.
Throws:
InvalidValueException - Always
Since:
4.2.416


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480