Forge - Parent 1.4.2-SNAPSHOT

org.jboss.forge.shell.exceptions
Class AbortedException

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.AbortedException
All Implemented Interfaces:
Serializable

public class AbortedException
extends RuntimeException

Thrown when one of a running Plugin or a command running with Shell.execute(String) are aborted.

Author:
Lincoln Baxter, III
See Also:
Serialized Form

Constructor Summary
AbortedException()
           
AbortedException(String message)
           
AbortedException(String message, Throwable cause)
           
AbortedException(Throwable cause)
           
 
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

AbortedException

public AbortedException()

AbortedException

public AbortedException(String message,
                        Throwable cause)

AbortedException

public AbortedException(String message)

AbortedException

public AbortedException(Throwable cause)

Forge - Parent 1.4.2-SNAPSHOT

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