Class NotAValidPropertyPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.remondis.propertypath.impl.exceptions.ReflectionException
-
- com.remondis.propertypath.impl.exceptions.NotAValidPropertyPathException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotAValidPropertyPathException extends ReflectionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotAValidPropertyPathException()NotAValidPropertyPathException(java.lang.String message)NotAValidPropertyPathException(java.lang.String message, java.lang.Throwable cause)NotAValidPropertyPathException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)NotAValidPropertyPathException(java.lang.Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NotAValidPropertyPathExceptionnotAValidPropertyPath(java.lang.Class<?> sensorType, java.util.List<InvocationSensor.Invocation> trackedInvocations)
-
-
-
Constructor Detail
-
NotAValidPropertyPathException
public NotAValidPropertyPathException()
-
NotAValidPropertyPathException
public NotAValidPropertyPathException(java.lang.String message)
-
NotAValidPropertyPathException
public NotAValidPropertyPathException(java.lang.Throwable cause)
-
NotAValidPropertyPathException
public NotAValidPropertyPathException(java.lang.String message, java.lang.Throwable cause)
-
NotAValidPropertyPathException
public NotAValidPropertyPathException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
Method Detail
-
notAValidPropertyPath
public static NotAValidPropertyPathException notAValidPropertyPath(java.lang.Class<?> sensorType, java.util.List<InvocationSensor.Invocation> trackedInvocations)
-
-