This represents a Core Exception, ONLY to be processed by the System.
Located in /CORE/system/classes/exception/CoreException.php [line 38]
LogEntry | --CMSException | --CoreException
Methods
Inherited From CMSException
CMSException::CMSException() Creates a new CMSException. CMSException::getCode() Returns the Error Code. CMSException::logException() Returns whether this Error should write an Log Message or not. CMSException::toString()
Inherited From LogEntry
LogEntry::LogEntry() Creates a new LogEntry. LogEntry::getFilename() LogEntry::getLevel() Returns the entries leveƶ. LogEntry::getLinenum() LogEntry::getMessage() Returns the Error Message. LogEntry::getNamespace() Return the namespace or an empty string, if no namesapce is configured. LogEntry::setFilename() LogEntry::setLinenum() LogEntry::setNamespace() LogEntry::toString()
CoreException CoreException( int $code, String $message )
Creates a new Core Exception.
String getLayout( )
Return the Layout Name these Errors are represented by.