Forge - Shell API 1.2.0.Final

org.jboss.forge.shell.exceptions
Class EndOfStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
EndOfStreamException()
           
EndOfStreamException(String message)
           
EndOfStreamException(String message, Throwable e)
           
EndOfStreamException(Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndOfStreamException

public EndOfStreamException()

EndOfStreamException

public EndOfStreamException(String message,
                            Throwable e)

EndOfStreamException

public EndOfStreamException(String message)

EndOfStreamException

public EndOfStreamException(Throwable e)

Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.