pl.edu.agh.cast.data.model.property.annotation
Class PropertyAnnotationException

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

public class PropertyAnnotationException
extends RuntimeException

Exception related to property annotation processing.

Author:
AGH CAST Team
See Also:
Serialized Form

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

PropertyAnnotationException

public PropertyAnnotationException()
Empty constructor.


PropertyAnnotationException

public PropertyAnnotationException(String message)
Constructor.

Parameters:
message - message

PropertyAnnotationException

public PropertyAnnotationException(Throwable cause)
Constructor.

Parameters:
cause - Throwable that caused this exception

PropertyAnnotationException

public PropertyAnnotationException(String message,
                                   Throwable cause)
Constructor.

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


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