FileDocCategorySizeDatePackage
TLVException.javaAPI DocphoneME MR2 API (J2ME)1400Wed May 02 18:00:38 BST 2007com.sun.satsa.util

TLVException

public class TLVException extends IOException
This class represents exception occured during TLV data parsing.

Fields Summary
Constructors Summary
public TLVException(String message)
Constructs new exception object with given error message.

param
message error message

        super(message);
    
Methods Summary