consciouscode.seedling.config
Class InjectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by consciouscode.seedling.SeedlingException
              extended by consciouscode.seedling.config.InjectionException
All Implemented Interfaces:
Serializable

public class InjectionException
extends SeedlingException

Represents a failure to inject a property of an object.

See Also:
Serialized Form

Constructor Summary
InjectionException(String property, String reason)
           
InjectionException(String property, String reason, Throwable cause)
           
InjectionException(String property, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 String getProperty()
           
 
Methods inherited from class consciouscode.seedling.SeedlingException
getReason, renderReasonAndCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InjectionException

public InjectionException(String property,
                          String reason,
                          Throwable cause)
Parameters:
reason -
cause -

InjectionException

public InjectionException(String property,
                          String reason)
Parameters:
reason -

InjectionException

public InjectionException(String property,
                          Throwable cause)
Parameters:
cause -
Method Detail

getProperty

public String getProperty()

getMessage

public String getMessage()
Overrides:
getMessage in class SeedlingException


Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.