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:
java.io.Serializable
public class ProductCmptNotFoundException extends java.lang.RuntimeExceptionA runtime exception that indicates that a product component hasn't been found.- Author:
- Jan Ortmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductCmptNotFoundException(java.lang.String repositoryName, java.lang.String productCmptId)Creates a new exception that indicates that no product component with the given id has been found.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetProductCmptId()Returns the id of the product component that hasn't been found.java.lang.StringgetRepositoryName()Returns the name of the repository that was searched for the product component.java.lang.StringtoString()
-
-
-
Method Detail
-
getProductCmptId
public java.lang.String getProductCmptId()
Returns the id of the product component that hasn't been found.
-
getRepositoryName
public java.lang.String getRepositoryName()
Returns the name of the repository that was searched for the product component.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Throwable
-
-