org.apache.slide.structure
Class StructureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.slide.common.SlideException
                    |
                    +--org.apache.slide.structure.StructureException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LinkedObjectNotFoundException, ObjectAlreadyExistsException, ObjectHasChildrenException, ObjectNotFoundException

public class StructureException
extends SlideException

Data exception.

Version:
$Revision: 1.2 $
Author:
Remy Maucherat
See Also:
Serialized Form

Fields inherited from class java.lang.Exception
serialVersionUID
 
Constructor Summary
StructureException(java.lang.String message)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StructureException

public StructureException(java.lang.String message)
Constructor.
Parameters:
message - Exception message