|
The DateObjectError classIntroductionThrown when one of the Date/Time classes has not been correctly initialised. Because Date/Time classes are not final, these classes can be inherit. When the parent constructor is not called, this error is thrown. This is always a programming error. Class synopsis
DateObjectError
extends
DateError
/* Inherited properties */
protected
string
$message = "";
private
string
$string = "";
protected
int
$code;
protected
string
$file = "";
protected
int
$line;
private
array
$trace = [];
private
Throwablenull
$previous = null;
/* Inherited methods */
public Error::__construct(string
$message = "", int $code = 0, Throwablenull $previous = null )final public string Error::getMessage()
final public Throwablenull Error::getPrevious()
final public int Error::getCode()
final public string Error::getFile()
final public int Error::getLine()
final public array Error::getTrace()
final public string Error::getTraceAsString()
public string Error::__toString()
private void Error::__clone()
See Also
|