Class semper.comm.ComPointException
All Packages Class Hierarchy This Package Previous Next Index
Class semper.comm.ComPointException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----semper.comm.ComPointException
- public class ComPointException
- extends Exception
Signals that a communication-point exception has occured.
- Version:
- beta-4, 12.8.96
- Author:
- Mehdi Nassehi
-
ComPointException()
- Creats a ComPointException.
-
ComPointException(String)
- Create a ComPointException with a detailed message.
-
toString()
- Convert to a human-readable form
ComPointException
public ComPointException()
- Creats a ComPointException.
ComPointException
public ComPointException(String s)
- Create a ComPointException with a detailed message.
- Parameters:
- s - the detailed message.
toString
public String toString()
- Convert to a human-readable form
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index