Omeka_Validate_Exception

Package: Validate

class Omeka_Validate_Exception

extends Exception

implements Throwable

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

property Omeka_Validate_Exception::$_errors

protected string

Message representing form errors.

property Omeka_Validate_Exception::$message

protected

property Omeka_Validate_Exception::$code

protected

property Omeka_Validate_Exception::$file

protected

property Omeka_Validate_Exception::$line

protected

Omeka_Validate_Exception::__construct($errors)
Parameters:
  • $errors

Omeka_Validate_Exception::getErrors()

Get the error message that caused this exception.

Returns:

string

Omeka_Validate_Exception::__clone()
Omeka_Validate_Exception::__wakeup()
Omeka_Validate_Exception::getMessage()
Omeka_Validate_Exception::getCode()
Omeka_Validate_Exception::getFile()
Omeka_Validate_Exception::getLine()
Omeka_Validate_Exception::getTrace()
Omeka_Validate_Exception::getPrevious()
Omeka_Validate_Exception::getTraceAsString()
Omeka_Validate_Exception::__toString()