de.danielbechler.diff.accessor.exception
Class PropertyWriteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.danielbechler.diff.accessor.exception.PropertyException
                  extended by de.danielbechler.diff.accessor.exception.PropertyWriteException
All Implemented Interfaces:
Serializable

public class PropertyWriteException
extends PropertyException

Author:
Daniel Bechler
See Also:
Serialized Form

Constructor Summary
PropertyWriteException(Throwable cause)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class de.danielbechler.diff.accessor.exception.PropertyException
getPropertyName, getTargetType, setPropertyName, setTargetType
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

PropertyWriteException

public PropertyWriteException(Throwable cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class PropertyException


Copyright © 2012. All Rights Reserved.