jef.injection.exception
Class InjectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jef.injection.exception.InjectionException
All Implemented Interfaces:
java.io.Serializable

public class InjectionException
extends java.lang.Exception

This exception is thrown whenever an error is faced while injecting a disconnected data structure into a destination DNA.

Author:
Francesco Russo (frusso@dev.java.net)
See Also:
Serialized Form

Constructor Summary
InjectionException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new instance of InjectionException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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(java.lang.String msg,
                          java.lang.Throwable cause)
Creates a new instance of InjectionException

Parameters:
msg - The message
cause - The cause