org.nanocontainer.script
Class BuilderClassNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.picocontainer.PicoException
                  extended byorg.nanocontainer.script.BuilderClassNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class BuilderClassNotFoundException
extends org.picocontainer.PicoException

Indicates that a given class for a builder was not found by the ScriptedContainerBuilderFactory when trying to use its specified classloader.

Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
BuilderClassNotFoundException(java.lang.String message)
           
BuilderClassNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
BuilderClassNotFoundException(java.lang.Throwable cause)
           
 
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

BuilderClassNotFoundException

public BuilderClassNotFoundException(java.lang.String message)

BuilderClassNotFoundException

public BuilderClassNotFoundException(java.lang.Throwable cause)

BuilderClassNotFoundException

public BuilderClassNotFoundException(java.lang.String message,
                                     java.lang.Throwable cause)


Copyright © 2003-2007 Codehaus. All Rights Reserved.