org.sonatype.gshell.console
Class ConsoleTask.AbortTaskError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.sonatype.gshell.console.ConsoleTask.AbortTaskError
All Implemented Interfaces:
Serializable
Enclosing class:
ConsoleTask

public static class ConsoleTask.AbortTaskError
extends Error

Error thrown to tasks which are asked to {link #abort}.

See Also:
Serialized Form

Constructor Summary
ConsoleTask.AbortTaskError()
           
 
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

ConsoleTask.AbortTaskError

public ConsoleTask.AbortTaskError()


Copyright © 2008-2011 Sonatype. All Rights Reserved.