de.jsystems.framework.common.exception
Class ToolbarParamFormatException

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.ToolbarParamFormatException
All Implemented Interfaces:
Serializable

public class ToolbarParamFormatException
extends BaseRuntimeException

Diese Exception wird ausgeloest, wenn beim Initialisieren der Klasse ToolbarParamString ein Fehler im Format des uebergebenen Paramstrings festgestellt wird.

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
ToolbarParamFormatException(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

ToolbarParamFormatException

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