net.sf.composite
Class CompositeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.composite.util.NestableRuntimeException
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
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 |
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.