Show
Ignore:
Timestamp:
08/31/07 18:14:07 (1 year ago)
Author:
mikey
Message:

added net.stubbles.lang.exceptions.stubThrowable and net.stubbles.lang.exceptions.stubRuntimeException
net.stubbles.lang.exceptions.stubException now implements net.stubbles.lang.exceptions.stubThrowable
changed some thrown stubExceptions into stubRuntimeExceptions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/lang/exceptions/stubException.php

    r777 r887  
    1313 * @subpackage  lang_exceptions 
    1414 */ 
    15 class stubException extends Exception implements stubObject 
     15class stubException extends Exception implements stubThrowable 
    1616{ 
    1717    /** 
     
    6767     * 
    6868     * @return  string 
     69     * @XMLIgnore 
    6970     */ 
    7071    public function hashCode() 
     
    7879     * @param   mixed  $compare 
    7980     * @return  bool 
    80      * @XMLIgnore 
    8181     */ 
    8282    public function equals($compare)