org.nanocontainer.script
Class NanoContainerMarkupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
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 NanoContainer
s.
- Version:
- $Revision: 1641 $
- Author:
- James Strachan, Aslak Hellesøy
- See Also:
- Serialized Form
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 |
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.