All Packages Class Hierarchy This Package Previous Next Index
Class edu.cmu.paid.network.exception.InvalidXURLNetworkException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----edu.cmu.paid.network.exception.PaidNetworkException
|
+----edu.cmu.paid.network.exception.InvalidXURLNetworkException
- public class InvalidXURLNetworkException
- extends PaidNetworkException
Basic Exception thrown by any Network Subsystem method.
This will be extended to specific types of exceptions.
This is for fatal exceptions; there is also a
PaidNetworkRuntimeException for exceptions
that are not fatal.
- Author:
- Will Ross
-
InvalidXURLNetworkException()
-
-
InvalidXURLNetworkException(String)
-
InvalidXURLNetworkException
public InvalidXURLNetworkException()
InvalidXURLNetworkException
public InvalidXURLNetworkException(String s)
All Packages Class Hierarchy This Package Previous Next Index