Class cryptiX.utils.NonCompositeException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptiX.utils.NonCompositeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----cryptiX.utils.NonCompositeException

public class NonCompositeException
extends RuntimeException
Signals attemt to add, remove or access child objects of a leaf object of some data structure that follows the Composite pattern. (For design pattern terminology, see [Gamma et al Design Patterns])

Note that in some cases this is not an error condition, but part of normal operation when working with Composite objects.


Constructor Index

 o NonCompositeException()
 o NonCompositeException(String)

Constructors

 o NonCompositeException
  public NonCompositeException()
 o NonCompositeException
  public NonCompositeException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index