de.jsystems.framework.common.exception
Class WrongPositionException

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

public class WrongPositionException
extends BaseException

Diese Exception wird von der Klasse BusinessTabbedPane ausgelöst, wenn versucht wird bei einer Ausrichtung OBEN_UNTEN eine Komponente rechts oder links hinzuzufügen bzw. bei einer Ausrichtung LINKS_RECHTS eine Komponente oben oder unten hinzuzufügen.

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
WrongPositionException(Object source)
          Erzeugt eine neue Exception, wobei nur das ausloesende Objekt mit uebergeben wird.
WrongPositionException(Object source, String s)
          Erzeugt eine neue Exception, wobei hier ausser dem ausloesenden Objekt noch zusaetzlich eine Beschreibung der Ursache des Fehlers mit angegeben wird.
 
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

WrongPositionException

public WrongPositionException(Object source)
Erzeugt eine neue Exception, wobei nur das ausloesende Objekt mit uebergeben wird.

Parameters:
source - Die Quelle, die diese Exception erzeugt hat.

WrongPositionException

public WrongPositionException(Object source,
                              String s)
Erzeugt eine neue Exception, wobei hier ausser dem ausloesenden Objekt noch zusaetzlich eine Beschreibung der Ursache des Fehlers mit angegeben wird.

Parameters:
source - Die Quelle, die diese Exception erzeugt hat.
s - Eine genauere Beschreibung, warum es zu dieser Exception gekommen ist.