Class java.telephony.InvalidArgumentException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.telephony.InvalidArgumentException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.telephony.InvalidArgumentException

public class InvalidArgumentException
extends Exception
An argument passed to the method is invalid

Constructor Index

 o InvalidArgumentException()
Constructor with no string.
 o InvalidArgumentException(String)
Constructor which takes a string description.

Constructors

 o InvalidArgumentException
  public InvalidArgumentException()
Constructor with no string.
 o InvalidArgumentException
  public InvalidArgumentException(String s)
Constructor which takes a string description.

All Packages  Class Hierarchy  This Package  Previous  Next  Index