Class ExceptionInPropertyPath
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.remondis.propertypath.impl.exceptions.ReflectionException
-
- com.remondis.propertypath.impl.exceptions.ExceptionInPropertyPath
-
- All Implemented Interfaces:
java.io.Serializable
public class ExceptionInPropertyPath extends ReflectionException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExceptionInPropertyPathexceptionInPropertyPath(java.lang.Class<?> sensorType, java.lang.Exception exception)
-
-
-
Method Detail
-
exceptionInPropertyPath
public static ExceptionInPropertyPath exceptionInPropertyPath(java.lang.Class<?> sensorType, java.lang.Exception exception)
-
-