ColdSpring 2.0 - Narwhal

coldspring.exception
Class Exception

WEB-INF.cftags.component
        extended by coldspring.exception.Exception
Direct Known Subclasses:
InvalidExpressionException , InvalidAdviceTypeException , InvalidInterceptorException , BeanCreationException , BeanDefinitionNotFoundException , InvalidScopeException , AbstractBeanCannotBeInstantiatedException , AmbiguousTypeAutowireException , BeanDefinitionValidationException , InvalidAutowireTypeException , InvalidBeanScopeException , NotSimpleValueException , BeanDefinitionParserNotFoundException , InvalidInnerBeanException , InvalidXMLException , MethodNotFoundException , PropertyNotFoundException , AbstractMethodException , MethodNotFoundException , StrictTransactionException

public class Exception
extends WEB-INF.cftags.component

Exception base class. Classes that extend this Exception type throw an exception type that matches their class on init()


Constructor Summary
init(string message, string detail)
          Constructor
   
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(string message, string detail)
Constructor

Parameters:
message - the message to throw
detail - the detail in which to throw
ColdSpring 2.0 - Narwhal