Package org.faktorips.runtime
Class ProductCmptNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.faktorips.runtime.ProductCmptNotFoundException
- All Implemented Interfaces:
Serializable
A runtime exception that indicates that a product component hasn't been found.
- Author:
- Jan Ortmann
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProductCmptNotFoundException(String repositoryName, String productCmptId) Creates a new exception that indicates that no product component with the given id has been found. -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the product component that hasn't been found.Returns the name of the repository that was searched for the product component.toString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ProductCmptNotFoundException
Creates a new exception that indicates that no product component with the given id has been found.
-
-
Method Details