com.objectxp.msg
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.objectxp.msg.ParseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HeaderParseException

public class ParseException
extends java.lang.Exception

The class ParseException is thrown by jSMS parsing /decoding code (e.g. the GsmHelper.decodePDU(String, boolean, boolean) method) if parsing/decoding fails.

Since:
jSMS 2.0.2
See Also:
Serialized Form

Constructor Summary
ParseException(java.lang.String msg)
          Constructs a ParseException with the specified detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(java.lang.String msg)
Constructs a ParseException with the specified detail message.

Parameters:
msg - the detail message.


object XP, Inc. © 2000-2008. All rights reserved object XP