From 33b2284955a8f0015922d4c69c5082141b584f27 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 5 Dec 2006 23:37:07 +0000 Subject: load the inlineeditor textbox in client side onload. --- .../Data/SqlMap/DataMapper/TSqlMapException.php | 30 +--------------------- 1 file changed, 1 insertion(+), 29 deletions(-) (limited to 'framework/Data/SqlMap/DataMapper/TSqlMapException.php') diff --git a/framework/Data/SqlMap/DataMapper/TSqlMapException.php b/framework/Data/SqlMap/DataMapper/TSqlMapException.php index 9a2db478..52fedb13 100644 --- a/framework/Data/SqlMap/DataMapper/TSqlMapException.php +++ b/framework/Data/SqlMap/DataMapper/TSqlMapException.php @@ -54,31 +54,6 @@ class TSqlMapConfigurationException extends TSqlMapException } -class TUndefinedAttributeException extends TSqlMapConfigurationException -{ - public function __construct($attr, $node, $object, $file) - { - parent::__construct( - 'sqlmap_undefined_attribute', get_class($object), $attr, - htmlentities($node->asXml()),$file); - } -} - -class TSqlMapExecutionException extends TSqlMapException -{ -} - -class TSqlMapQueryExecutionException extends TSqlMapExecutionException -{ - protected $parent; - public function __construct($statement, $exception) - { - $this->parent = $exception; - parent::__construct('sqlmap_query_execution_error', - $statement->getID(), $exception->getMessage()); - } -} - class TSqlMapUndefinedException extends TSqlMapException { @@ -88,12 +63,9 @@ class TSqlMapDuplicateException extends TSqlMapException { } -class TSqlMapConnectionException extends TSqlMapException -{ -} class TInvalidPropertyException extends TSqlMapException { - } + ?> \ No newline at end of file -- cgit v1.2.3