org.jboss.forge.shell.exceptions
Class EndOfStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.forge.shell.exceptions.EndOfStreamException
- All Implemented Interfaces:
- Serializable
public class EndOfStreamException
- extends RuntimeException
Used to signal when the end of an InputStream has been reached. This exception should *NEVER* be caught by a
Plugin or other extension.
- Author:
- Lincoln Baxter, III
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EndOfStreamException
public EndOfStreamException()
EndOfStreamException
public EndOfStreamException(String message,
Throwable e)
EndOfStreamException
public EndOfStreamException(String message)
EndOfStreamException
public EndOfStreamException(Throwable e)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.