Omeka_Validate_Exception

class Omeka_Validate_Exception

Package: Validate

Exception that is thrown when a form could not be validated correctly.

property _errors

Message representing form errors.

property message
property string
property code
property file
property line
property trace
property previous
__construct($errors)
Parameters:
  • $errors (unknown) –
Returns:

void

getErrors()

Get the error message that caused this exception.

Returns:string
__clone()
getMessage()
getCode()
getFile()
getLine()
getTrace()
getPrevious()
getTraceAsString()
__toString()

Project Versions

Previous topic

Omeka_Validate_Errors

Next topic

Omeka_Validate_Uri

This Page