org.mobicents.protocols.smpp.util
Class InvalidDateFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mobicents.protocols.smpp.SMPPException
org.mobicents.protocols.smpp.util.InvalidDateFormatException
- All Implemented Interfaces:
- Serializable
public class InvalidDateFormatException
- extends SMPPException
Exception thrown when an attempt to parse a String as an SMPPDate fails due
to a bad format.
- Since:
- 1.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidDateFormatException
public InvalidDateFormatException()
InvalidDateFormatException
public InvalidDateFormatException(String msg,
String dateString)
getDateString
public String getDateString()
- Get the date string that caused this exception.
Copyright © 2011 Mobicents. All Rights Reserved.