org.jboss.forge.shell.exceptions
Class AbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AbortedException
public AbortedException()
AbortedException
public AbortedException(String message,
Throwable cause)
AbortedException
public AbortedException(String message)
AbortedException
public AbortedException(Throwable cause)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.