|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.faktorips.runtime.ProductCmptGenerationNotFoundException
public class ProductCmptGenerationNotFoundException
| Constructor Summary | |
|---|---|
ProductCmptGenerationNotFoundException(String repositoryName,
String productCmptId,
Calendar effectiveDate,
boolean productCmptWasFound)
Creates a new exception that indicates that no product component generation with the given id and effective date has been found. |
|
| Method Summary | |
|---|---|
Calendar |
getEffetiveDate()
Returns the effective date for that a generation was requested. |
String |
getProductCmptId()
Returns the product component id of the product component generation that hasn't been found. |
String |
getRepositoryName()
Returns the name of the repository that was searched for the product component generation. |
boolean |
productCmptWasFound()
Returns true if the product component was found in the repository but the
product component hasn't got a generation valid at the given effective date. |
String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProductCmptGenerationNotFoundException(String repositoryName,
String productCmptId,
Calendar effectiveDate,
boolean productCmptWasFound)
| Method Detail |
|---|
public String getRepositoryName()
public String getProductCmptId()
public Calendar getEffetiveDate()
public boolean productCmptWasFound()
true if the product component was found in the repository but the
product component hasn't got a generation valid at the given effective date. Returns
false if the product component hasn't been found.
public String toString()
toString in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||