|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.mobicents.protocols.smpp.SMPPException
org.mobicents.protocols.smpp.util.InvalidDateFormatException
public class InvalidDateFormatException
Exception thrown when an attempt to parse a String as an SMPPDate fails due to a bad format.
| Constructor Summary | |
|---|---|
InvalidDateFormatException()
|
|
InvalidDateFormatException(java.lang.String msg,
java.lang.String dateString)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDateString()
Get the date string that caused this exception. |
| 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 InvalidDateFormatException()
public InvalidDateFormatException(java.lang.String msg,
java.lang.String dateString)
| Method Detail |
|---|
public java.lang.String getDateString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||