Overview

Packages

  • Jyxo_Beholder
  • Jyxo_Charset
  • Jyxo_Color
  • Jyxo_Css
  • Jyxo_ErrorHandling
  • Jyxo_FirePhp
  • Jyxo_Gettext
    • Parser
  • Jyxo_Html
  • Jyxo_Input
    • Chain
    • Filter
    • Validator
  • Jyxo_Mail
    • Email
    • Parser
    • Sender
  • Jyxo_Rpc
    • Json
    • Xml
  • Jyxo_Shell
  • Jyxo_SpamFilter
  • Jyxo_Spl
  • Jyxo_String
  • Jyxo_Svn
  • Jyxo_Time
  • Jyxo_Timer
  • Jyxo_Webdav
  • Jyxo_XmlReader
  • PHP

Classes

  • Jyxo_Time_Composer
  • Jyxo_Time_Time
  • Jyxo_Time_Util

Exceptions

  • Jyxo_Time_ComposerException
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated

Class Jyxo_Time_ComposerException

Exception used by the Jyxo_Time_Composer.

Stores information which unit was incorrectly provided.

Exception
Extended by Jyxo_Exception
Extended by Jyxo_Time_ComposerException
Category: Jyxo
Package: Jyxo_Time
Copyright: Copyright (c) 2005-2011 Jyxo, s.r.o.
License: https://github.com/jyxo/php/blob/master/license.txt
Author: Martin Šamšula
Located at Time/ComposerException.php
Methods summary
public
# __construct( string $message, integer $code )

Constructor.

Constructor.

Parameters

$message
string
Exception message
$code
integer
Exception code (type)
Methods inherited from Jyxo_Exception
getAllPrevious()
Methods inherited from Exception
__toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Constants summary
integer SECOND 1
#

Exception type - second.

Exception type - second.

integer MINUTE 2
#

Exception type - minute.

Exception type - minute.

integer HOUR 3
#

Exception type - hour.

Exception type - hour.

integer DAY 4
#

Exception type - day.

Exception type - day.

integer MONTH 5
#

Exception type - month.

Exception type - month.

integer YEAR 6
#

Exception type - year.

Exception type - year.

integer NOT_COMPLETE 7
#

Exception type - incomplete date.

Exception type - incomplete date.

integer INVALID 8
#

Exception type - invalid date.

Exception type - invalid date.

integer UNKNOWN 0
#

Exception type - unknown.

Exception type - unknown.

Properties inherited from Exception
$code, $file, $line, $message
Jyxo PHP Library API documentation generated by ApiGen 2.3.0