org.picocontainer.script
Class ScriptedPicoContainerMarkupException

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.picocontainer.script.ScriptedPicoContainerMarkupException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GroovyCompilationException

public class ScriptedPicoContainerMarkupException
extends org.picocontainer.PicoException

Exception thrown when invalid markup is encountered when assembling ScriptedPicoContainers.

Author:
James Strachan, Aslak Hellesøy
See Also:
Serialized Form

Constructor Summary
ScriptedPicoContainerMarkupException(String message)
           
ScriptedPicoContainerMarkupException(String message, Throwable e)
           
ScriptedPicoContainerMarkupException(Throwable e)
           
 
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

ScriptedPicoContainerMarkupException

public ScriptedPicoContainerMarkupException(String message)

ScriptedPicoContainerMarkupException

public ScriptedPicoContainerMarkupException(String message,
                                            Throwable e)

ScriptedPicoContainerMarkupException

public ScriptedPicoContainerMarkupException(Throwable e)


Copyright © 2003-2010 Codehaus. All Rights Reserved.