org.fest.assertions.internal
Class InputStreamsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.assertions.internal.InputStreamsException
- All Implemented Interfaces:
- Serializable
public final class InputStreamsException
- extends RuntimeException
Exception thrown by InputStreams
.
- Author:
- Matthieu Baechler
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InputStreamsException
public InputStreamsException(String message)
- Creates a new
InputStreamsException
.
- Parameters:
message
- the detail message.
InputStreamsException
public InputStreamsException(String message,
Throwable cause)
- Creates a new
InputStreamsException
.
- Parameters:
message
- the detail message.cause
- the cause of the error.
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.