|
|
|
|
|
||||||||||
| 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.torweg.pulse.service.PulseException
org.torweg.pulse.component.shop.model.InconsistentPricingException
public class InconsistentPricingException
indicates a wrong usage of Price.
| Constructor Summary | |
|---|---|
InconsistentPricingException(java.lang.String message)
constructs a new exception with the specified detail message. |
|
InconsistentPricingException(java.lang.String message,
java.lang.Throwable cause)
constructs a new exception with the specified detail message and cause. |
|
InconsistentPricingException(java.lang.Throwable cause)
constructs a new exception with the specified detail message and cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.torweg.pulse.service.PulseException |
|---|
getDetailMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InconsistentPricingException(java.lang.String message)
message - the message of the exception
public InconsistentPricingException(java.lang.String message,
java.lang.Throwable cause)
message - the message of the exceptioncause - the cause of the exceptionpublic InconsistentPricingException(java.lang.Throwable cause)
cause - the cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||