org.nanocontainer.script
Class NanoContainerMarkupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.nanocontainer.script.NanoContainerMarkupException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EmptyCompositionException

public class NanoContainerMarkupException
extends org.picocontainer.PicoException

Exception thrown due to invalid markup when assembling NanoContainers.

Version:
$Revision: 1641 $
Author:
James Strachan, Aslak Hellesøy
See Also:
Serialized Form

Constructor Summary
NanoContainerMarkupException(java.lang.String message)
           
NanoContainerMarkupException(java.lang.String message, java.lang.Throwable e)
           
NanoContainerMarkupException(java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NanoContainerMarkupException

public NanoContainerMarkupException(java.lang.String message)

NanoContainerMarkupException

public NanoContainerMarkupException(java.lang.String message,
                                    java.lang.Throwable e)

NanoContainerMarkupException

public NanoContainerMarkupException(java.lang.Throwable e)


Copyright © 2003-2009 Codehaus. All Rights Reserved.