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
-
InvalidArgumentException()
- Constructor with no string.
-
InvalidArgumentException(String)
- Constructor which takes a string description.
InvalidArgumentException
public InvalidArgumentException()
- Constructor with no string.
InvalidArgumentException
public InvalidArgumentException(String s)
- Constructor which takes a string description.
All Packages Class Hierarchy This Package Previous Next Index