|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.highdeal.pnr.tif.ITransactionField.BadFieldException
com.highdeal.pnr.tif.ITransactionField.InvalidValueException
public static final class ITransactionField.InvalidValueException
Exception thrown when a transaction field does not contain a value that is compatible with this field.
| Constructor Summary | |
|---|---|
ITransactionField.InvalidValueException(ITransactionField<?> origin,
java.lang.Class<?> expectedType,
java.lang.String value,
java.lang.String... expectedValue)
Constructs an InvalidTypeFieldException with a transaction field and the field name. |
|
| Method Summary |
|---|
| 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 ITransactionField.InvalidValueException(ITransactionField<?> origin,
java.lang.Class<?> expectedType,
java.lang.String value,
java.lang.String... expectedValue)
InvalidTypeFieldException with a transaction field and the field name.
origin - The transaction field that has generated this exceptionexpectedType - The class of the expected typevalue - The provided valueexpectedValue - The provided value
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||