net.sf.composite.extract
Class ComponentAccessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.composite.util.NestableRuntimeException
                  extended by net.sf.composite.CompositeException
                      extended by net.sf.composite.extract.ComponentAccessorException
All Implemented Interfaces:
java.io.Serializable

public class ComponentAccessorException
extends CompositeException

Indicates that the components could not be extracted from a composite.

Since:
Mar 11, 2005
Author:
Matt Sgarlata
See Also:
Serialized Form

Constructor Summary
ComponentAccessorException()
           
ComponentAccessorException(java.lang.String message)
           
ComponentAccessorException(java.lang.String message, java.lang.Throwable cause)
           
ComponentAccessorException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.sf.composite.util.NestableRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, setCause
 
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

ComponentAccessorException

public ComponentAccessorException()

ComponentAccessorException

public ComponentAccessorException(java.lang.String message)

ComponentAccessorException

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

ComponentAccessorException

public ComponentAccessorException(java.lang.Throwable cause)


Copyright © 2005-2008.