Class InvalidPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.rest.entity.impl.beans.factories.path.PathResolverException
ch.tocco.nice2.rest.entity.impl.beans.factories.path.InvalidPathException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidPathException
(String entityModel, String path) InvalidPathException
(String entityModel, String path, @Nullable InvalidPathException cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPathException
-
InvalidPathException
public InvalidPathException(String entityModel, String path, @Nullable @Nullable InvalidPathException cause)
-
-
Method Details
-
getEntityModel
-
getPath
-