org.indy
Class IndyException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.indy.IndyException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AddressParseException, DateParseException, IndyIOException, InterceptCircularLinkException, ProtocolException, SocksException, TCPServerException
- public class IndyException
- extends java.lang.Exception
IdException
- Author:
- owen
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
_msg
Description of the Field |
Constructor Summary |
IndyException()
Constructor for the IdException object |
IndyException(java.lang.Exception e)
Constructor for the IdException object |
IndyException(java.lang.Exception e,
java.lang.String msg)
Constructor for the IdException object |
IndyException(java.lang.String msg)
Constructor for the IdException object |
Method Summary |
java.lang.String |
getMessage()
Gets the message attribute of the IdException object |
void |
printStackTrace()
Description of the Method |
void |
printStackTrace(java.io.PrintStream s)
Description of the Method |
void |
printStackTrace(java.io.PrintWriter s)
Description of the Method |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_msg
protected java.lang.String _msg
- Description of the Field
IndyException
public IndyException(java.lang.Exception e)
- Constructor for the IdException object
- Parameters:
e
- Description of the Parameter
IndyException
public IndyException(java.lang.Exception e,
java.lang.String msg)
- Constructor for the IdException object
- Parameters:
e
- Description of the Parametermsg
- Description of the Parameter
IndyException
public IndyException(java.lang.String msg)
- Constructor for the IdException object
- Parameters:
msg
- Description of the Parameter
IndyException
public IndyException()
- Constructor for the IdException object
getMessage
public java.lang.String getMessage()
- Gets the message attribute of the IdException object
- Overrides:
getMessage
in class java.lang.Throwable
- Returns:
- The message value
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Description of the Method
- Overrides:
printStackTrace
in class java.lang.Throwable
- Parameters:
s
- Description of the Parameter
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Description of the Method
- Overrides:
printStackTrace
in class java.lang.Throwable
- Parameters:
s
- Description of the Parameter
printStackTrace
public void printStackTrace()
- Description of the Method
- Overrides:
printStackTrace
in class java.lang.Throwable
Copyright © 2002-2002 IndyJ. All Rights Reserved.