org.gridkit.jvmtool.cli
Class CommandLauncher.CommandAbortedError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.gridkit.jvmtool.cli.CommandLauncher.CommandAbortedError
All Implemented Interfaces:
Serializable
Enclosing class:
CommandLauncher

public static class CommandLauncher.CommandAbortedError
extends Error

See Also:
Serialized Form

Field Summary
 String[] messages
           
 boolean printUsage
           
 
Constructor Summary
CommandLauncher.CommandAbortedError(boolean printUsage, String[] messages)
           
CommandLauncher.CommandAbortedError(boolean printUsage, String[] messages, Exception 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
 

Field Detail

printUsage

public boolean printUsage

messages

public String[] messages
Constructor Detail

CommandLauncher.CommandAbortedError

public CommandLauncher.CommandAbortedError(boolean printUsage,
                                           String[] messages)

CommandLauncher.CommandAbortedError

public CommandLauncher.CommandAbortedError(boolean printUsage,
                                           String[] messages,
                                           Exception e)


Copyright © 2019. All Rights Reserved.