Omeka_View_Exception

Package: View

class Omeka_View_Exception

extends Exception

implements Throwable

Exceptions thrown by Omeka view code and helpers.

property Omeka_View_Exception::$message

protected

property Omeka_View_Exception::$code

protected

property Omeka_View_Exception::$file

protected

property Omeka_View_Exception::$line

protected

Omeka_View_Exception::__clone()
Omeka_View_Exception::__construct($message, $code, $previous)
Parameters:
  • $message

  • $code

  • $previous

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