to.etc.iocular.def
Class IocConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by to.etc.iocular.IocException
                  extended by to.etc.iocular.def.IocConfigurationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BuildPlanFailedException, IocCircularException

public class IocConfigurationException
extends IocException

See Also:
Serialized Form

Constructor Summary
IocConfigurationException(BasicContainerBuilder b, java.lang.String location, java.lang.String message)
           
IocConfigurationException(BasicContainerBuilder b, java.lang.String location, java.lang.String message, java.lang.Throwable cause)
           
IocConfigurationException(BasicContainerBuilder b, java.lang.String location, java.lang.Throwable cause)
           
IocConfigurationException(ComponentBuilder b, java.lang.String message)
           
 
Method Summary
 java.lang.String getLocationText()
           
 java.lang.String getMessage()
           
 
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

IocConfigurationException

public IocConfigurationException(@Nullable
                                 ComponentBuilder b,
                                 @Nonnull
                                 java.lang.String message)

IocConfigurationException

public IocConfigurationException(@Nullable
                                 BasicContainerBuilder b,
                                 @Nullable
                                 java.lang.String location,
                                 @Nonnull
                                 java.lang.String message)

IocConfigurationException

public IocConfigurationException(@Nullable
                                 BasicContainerBuilder b,
                                 @Nullable
                                 java.lang.String location,
                                 @Nonnull
                                 java.lang.Throwable cause)

IocConfigurationException

public IocConfigurationException(@Nullable
                                 BasicContainerBuilder b,
                                 @Nullable
                                 java.lang.String location,
                                 @Nonnull
                                 java.lang.String message,
                                 @Nonnull
                                 java.lang.Throwable cause)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getLocationText

public java.lang.String getLocationText()