Overview

Namespaces

  • Jyxo
    • Beholder
      • TestCase
    • Gettext
      • Parser
    • Input
      • Chain
      • Filter
      • Validator
    • Mail
      • Email
        • Attachment
      • Parser
      • Sender
    • Rpc
      • Json
      • Xml
    • Shell
    • Spl
    • Svn
    • Time
    • Webdav
  • PHP

Classes

  • Composer
  • Time
  • Util

Exceptions

  • ComposerException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class 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
Namespace: Jyxo\Time
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