Exception
└─SwatException
└─SwatClassNotFoundException
public class SwatClassNotFoundException
extends SwatException
| Field Summary | |
|---|---|
| protected string | The name of the class that is not found. |
| Fields inherited from Swat.SwatException | |
|---|---|
| backtrace, class, displayer, logger | |
| Constructor Summary | |
|---|---|
SwatClassNotFoundException(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. |
| Methods inherited from Swat.SwatException | |
|---|---|
| display, displayStyleSheet, formatSensitiveParam, formatValue, getArguments, getClass, getSummary, handle, isSensitiveParameter, log, process, setDisplayer, setLogger, setupHandler, toString, toXHTML, wasHandled | |
protected string $class_name = null
The name of the class that is not found
public SwatClassNotFoundException(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