Package de.xima.fc.exceptions
Class PropertyException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- de.xima.fc.exceptions.AbstractXfcException
 - 
- de.xima.fc.exceptions.PropertyException
 
 
 
 
 
- 
- All Implemented Interfaces:
 IXfcException,Serializable
public final class PropertyException extends AbstractXfcException
'Checked Exception' für Probleme bei der Property-Verarbeitung.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PropertyException(Class<?> cl, String propName)PropertyException(Class<?> cl, String propName, Exception cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultErrorCode()StringgetDefaultMessageKey()StringgetPropertyName()StringgetTargetType()- 
Methods inherited from class de.xima.fc.exceptions.AbstractXfcException
getErrorCode, getExceptionData, getLocalizedMessage, getMessageKey, getMessageParams 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -