com.cc.framework.util
Class TreeStructureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.cc.framework.common.FrameworkException
              extended bycom.cc.framework.util.TreeStructureException
All Implemented Interfaces:
java.io.Serializable

public class TreeStructureException
extends FrameworkException

This exception is thrown if an error in a structure of a tree is detected.

Since:
1.0
Version:
$Revision: 1.10 $
Author:
Harald Schulz
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TreeStructureException(java.lang.String message)
          Constructor for TreeStructureException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

TreeStructureException

public TreeStructureException(java.lang.String message)
Constructor for TreeStructureException

Parameters:
message - the detail message for this exception.


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.