net.sf.composite
Class CompositeException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComponentAccessorException, ComponentValidationException, SpecializationException

public class CompositeException
extends NestableRuntimeException

Indicates some problem was encountered while performing an operation related to object composition.

Since:
Dec 27, 2004
Author:
Matt Sgarlata
See Also:
Serialized Form

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

CompositeException

public CompositeException()

CompositeException

public CompositeException(java.lang.String message)

CompositeException

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

CompositeException

public CompositeException(java.lang.Throwable cause)


Copyright © 2005-2008.