|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.indy.IndyException | +--org.indy.io.IndyIOException
Fields inherited from class org.indy.IndyException |
_msg |
Constructor Summary | |
IndyIOException(java.lang.Exception e)
Creates a new IndyIOException object. |
|
IndyIOException(java.lang.Exception e,
java.lang.String msg)
Constructor for the IdIOException object |
|
IndyIOException(java.lang.String msg)
Constructor for the IdIOException object |
Methods inherited from class org.indy.IndyException |
getMessage, printStackTrace, printStackTrace, printStackTrace |
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 |
Constructor Detail |
public IndyIOException(java.lang.String msg)
e
- Description of the Parameterpublic IndyIOException(java.lang.Exception e)
e
- DOCUMENT ME!public IndyIOException(java.lang.Exception e, java.lang.String msg)
e
- Description of the Parametermsg
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |