org.nanocontainer.script
Class NanoContainerMarkupException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.picocontainer.PicoException
                  extended byorg.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)
           
 
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-2007 Codehaus. All Rights Reserved.