pl.edu.agh.cast.data.model.property
Class PropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by pl.edu.agh.cast.data.model.property.PropertyException
All Implemented Interfaces:
Serializable

public class PropertyException
extends RuntimeException

Exception related to Property value access.

Author:
AGH CAST Team
See Also:
Serialized Form

Constructor Summary
PropertyException()
          Empty constructor.
PropertyException(String message)
          Constructor.
PropertyException(String message, Throwable cause)
          Constructor.
PropertyException(Throwable cause)
          Constructor.
 
Method Summary
 
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()
Empty constructor.


PropertyException

public PropertyException(String message,
                         Throwable cause)
Constructor.

Parameters:
message - message
cause - Throwable that caused this exception

PropertyException

public PropertyException(String message)
Constructor.

Parameters:
message - message

PropertyException

public PropertyException(Throwable cause)
Constructor.

Parameters:
cause - Throwable that caused this exception


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.