Exception
└─SwatException
└─SiteException
└─SiteClassNotFoundException
public class SiteClassNotFoundException
extends SiteException
| Field Summary | |
|---|---|
| protected string | The name of the class that is not found. |
| Fields inherited from Site.SiteException | |
|---|---|
| http_status_code, title | |
| Fields inherited from Swat.SwatException | |
|---|---|
| backtrace, class, displayer, logger | |
| Constructor Summary | |
|---|---|
SiteClassNotFoundException(string message, integer code, string class_name) Creates a new class not found exception. |
|
| Method Summary | |
|---|---|
| string | Gets the name of the class that is not found. |
protected string $class_name = null
The name of the class that is not found
public SiteClassNotFoundException(string message, integer code, string class_name)
Creates a new class not found exception
message - the message of the exception.code - the code of the exception.class_name - the name of the class that is not found.public string getClassName()
Gets the name of the class that is not found
Thrown when a class is not found