de.jsystems.framework.common.exception
Class CreateToolbarException

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.common.exception.CreateToolbarException
All Implemented Interfaces:
Serializable

public class CreateToolbarException
extends BaseRuntimeException

Diese Exception wird ausgeloest, wenn beim erzeugen einer Toolbar aus einer Datei ein Fehler aufgetreten ist. Dieser kann seine Ursache in einer IOException haben oder aber auch ein Format-Problem in der benutzten Propertiesdatei anzeigen. Die genaue Ursache wird als String mit uebergeben.

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
CreateToolbarException(Exception origin, 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

CreateToolbarException

public CreateToolbarException(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.