de.jsystems.framework.tree
Class NoTreeModelSetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byde.jsystems.tools.exception.BaseRuntimeException
                  extended byde.jsystems.framework.tree.NoTreeModelSetException
All Implemented Interfaces:
Serializable

public class NoTreeModelSetException
extends BaseRuntimeException

Diese Exception wird ausgeloest, wenn im BusinessTree noch kein Model gesetzt wurde, aber Methoden aufgerufen werden die ein Model voraussetzen.

Version:
1.0
Copyright by Jens Homm 2001 - 2003
Author:
Jens Homm JSYSTEMS
See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.jsystems.tools.exception.BaseRuntimeException
LEVEL_WARNING, LOG_OFF, LOG_ON
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
NoTreeModelSetException(String message)
          Erzeugt eine neue Exception.
 
Methods inherited from class de.jsystems.tools.exception.BaseRuntimeException
getLevel, getOrigin, getOriginMessage, getSource, logException, logException, showMessage
 
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
 

Constructor Detail

NoTreeModelSetException

public NoTreeModelSetException(String message)
Erzeugt eine neue Exception. Diese enthaelt einen Text mit einer genaueren Beschreibung, warum diese Exception ausgeloest wurde.

Parameters:
message - Ein beschreibender Text warum diese Exception ausgeloest wurde.