|
||||||||||
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
com.ibm.diameter.charging.exception.AvpTransformationException
public class AvpTransformationException
AvpTransformationException is thrown when a Grouped charging utility object cannot be transformed into an Avp because one of its members is in an incorrect format. It can also be thrown when a List of Avps cannot be transformed into a Grouped charging utility object because an Avp's value field is malformed.
Examples include Avp values that are not in the correct TIME and ADDRESS format, as defined in the RFC 3588 specification.
Constructor Summary | |
---|---|
AvpTransformationException()
Constructs an AvpTransformationException with no detail message or problem Avp. |
|
AvpTransformationException(java.lang.String s,
Avp problemAvp)
Constructs an AvpTransformationException with the specified detail message and offending Avp. |
|
AvpTransformationException(java.lang.String s,
java.lang.Throwable cause,
Avp problemAvp)
Constructs an AvpTransformationException with the specified detail message, cause, and offending Avp. |
Method Summary | |
---|---|
Avp |
getProblemAvp()
Gets the Avp that caused the AvpTransformationException. |
void |
setProblemAvp(Avp problemAvp)
Sets the Avp that caused the AvpTransformationException. |
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 AvpTransformationException()
public AvpTransformationException(java.lang.String s, Avp problemAvp)
public AvpTransformationException(java.lang.String s, java.lang.Throwable cause, Avp problemAvp)
Method Detail |
---|
public Avp getProblemAvp()
public void setProblemAvp(Avp problemAvp)
the
- Avp that resulted in the AvpTransformationException.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |