sk.uniba.euromath.tools.io
Class IOWithCauseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
sk.uniba.euromath.tools.io.IOWithCauseException
- All Implemented Interfaces:
- Serializable
public final class IOWithCauseException
- extends IOException
A simple upgrade of IOException
that adds the possibility to set the
throwable cause.
- Author:
- Martin Vysny
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IOWithCauseException
public IOWithCauseException(String message,
Throwable cause)
- Parameters:
message
- cause
-
IOWithCauseException
public IOWithCauseException(Throwable cause)
- Parameters:
cause
-
Copyright 2003-2003-2006 null. All Rights Reserved.