| Package | org.granite.tide.validators |
| Class | public class ValidatorExceptionHandler |
| Implements | IExceptionHandler |
| Method | Defined by | ||
|---|---|---|---|
|
accepts(emsg:ErrorMessage):Boolean
| ValidatorExceptionHandler | ||
|
handle(context:BaseContext, emsg:ErrorMessage):void
| ValidatorExceptionHandler | ||
| Constant | Defined by | ||
|---|---|---|---|
| VALIDATION_FAILED : String = "Validation.Failed" [static]
| ValidatorExceptionHandler | ||
| accepts | () | method |
public function accepts(emsg:ErrorMessage):BooleanParameters
emsg:ErrorMessage |
Boolean |
| handle | () | method |
public function handle(context:BaseContext, emsg:ErrorMessage):voidParameters
context:BaseContext |
|
emsg:ErrorMessage |
| VALIDATION_FAILED | constant |
public static const VALIDATION_FAILED:String = "Validation.Failed"