|
|||||||||
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.jsmpp.PDUException
org.jsmpp.PDUStringException
public class PDUStringException
Thrown if there is an invalid constraint for the PDU String parameter.
Constructor Summary | |
---|---|
PDUStringException(java.lang.String message,
StringParameter parameter)
Construct with specified message and parameter. |
Method Summary | |
---|---|
int |
getErrorCode()
Get the error code of the broken constaint. |
StringParameter |
getParameter()
Get the constraint parameter. |
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 PDUStringException(java.lang.String message, StringParameter parameter)
message
- is the detail message.parameter
- is the constraint parameter.Method Detail |
---|
public StringParameter getParameter()
public int getErrorCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |