de.jsystems.framework.common.exception
Class CreateActionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.jsystems.tools.exception.BaseException
              extended byde.jsystems.framework.common.exception.CreateActionException
All Implemented Interfaces:
Serializable

public class CreateActionException
extends BaseException

Diese Exception wird aus dem ActionManager aus der Methode ActionManager.addAction(String, IActionInterface, BusinessView) ausgeloest, wenn beim erzeugen der Action via Reflection ein Fehler aufgetreten ist. Die Urspruenglich aufgetretene Exception wird dabei mit uebergeben. Zusaetzlich wird durch einen Text die Fehlerursache genauer erlaeutert.

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.BaseException
LEVEL_ERROR, LEVEL_FATAL, LEVEL_WARNING, LOG_ERROR, LOG_FATAL_ERROR, LOG_NONE, LOG_WARNING
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
CreateActionException(Exception origin, String message)
          Erzeugt eine neue Exception.
 
Methods inherited from class de.jsystems.tools.exception.BaseException
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

CreateActionException

public CreateActionException(Exception origin,
                             String message)
Erzeugt eine neue Exception. Die urspruenglich aufgetretene Exception sowie eine genauere Fehlermeldung werden mit uebergeben.

Parameters:
origin - Die urspruenglich aufgetretene Exception die zu dieser Exception gefuehrt hat.
message - Eine genauere Fehlerbeschreibung.