org.picocontainer
Class PicoVerificationException

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

public class PicoVerificationException
extends PicoException

Version:
$Revision: 1.3 $
Author:
Aslak Hellesøy
See Also:
Serialized Form

Constructor Summary
PicoVerificationException(java.util.List nestedExceptions)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.util.List getNestedExceptions()
           
 
Methods inherited from class org.picocontainer.PicoException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

PicoVerificationException

public PicoVerificationException(java.util.List nestedExceptions)
Method Detail

getNestedExceptions

public java.util.List getNestedExceptions()

getMessage

public java.lang.String getMessage()


Copyright © 2003-2004 Codehaus. All Rights Reserved.