nl.pbemengine.engine.ng.base.autowire
Class CircularReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.pbemengine.engine.ng.base.autowire.CircularReferenceException
All Implemented Interfaces:
java.io.Serializable

public class CircularReferenceException
extends java.lang.Exception

Author:
Jeroen
See Also:
Serialized Form

Constructor Summary
CircularReferenceException()
          Creates a new instance of CircularReferenceException without detail message.
CircularReferenceException(java.lang.String msg)
          Constructs an instance of CircularReferenceException with the specified detail message.
 
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

CircularReferenceException

public CircularReferenceException()
Creates a new instance of CircularReferenceException without detail message.


CircularReferenceException

public CircularReferenceException(java.lang.String msg)
Constructs an instance of CircularReferenceException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2008. All Rights Reserved.