schmitzm.data.property
Class PropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by schmitzm.data.property.PropertyException
All Implemented Interfaces:
Serializable

public class PropertyException
extends RuntimeException

Diese Exception wird immer dann geworfen, wenn ein Fehler mit Objekt-Eigenschaften (Properties) auftritt.

Version:
1.0
Author:
Martin Schmitz (University of Bonn/Germany)
See Also:
Serialized Form

Constructor Summary
PropertyException(Property p)
          Erzeugt einen neuen Fehler.
PropertyException(Property p, String message)
          Erzeugt einen neuen Fehler.
 
Method Summary
 Property getProperty()
          Liefert die Eigenschaft, fuer die das Problem auftrat.
 
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

PropertyException

public PropertyException(Property p,
                         String message)
Erzeugt einen neuen Fehler.

Parameters:
p - betroffene Eigenschaft
message - Fehlermeldung

PropertyException

public PropertyException(Property p)
Erzeugt einen neuen Fehler.

Parameters:
p - betroffene Eigenschaft Zugriff
Method Detail

getProperty

public Property getProperty()
Liefert die Eigenschaft, fuer die das Problem auftrat.