org.rhq.enterprise.client.script
Class CommandLineParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.enterprise.client.script.CommandLineParseException
All Implemented Interfaces:
Serializable

public class CommandLineParseException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
CommandLineParseException()
           
CommandLineParseException(String message)
           
CommandLineParseException(String message, String[] cmdLineTokens)
           
CommandLineParseException(String message, Throwable cause)
           
CommandLineParseException(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

CommandLineParseException

public CommandLineParseException()

CommandLineParseException

public CommandLineParseException(String message)

CommandLineParseException

public CommandLineParseException(String message,
                                 String[] cmdLineTokens)

CommandLineParseException

public CommandLineParseException(String message,
                                 Throwable cause)

CommandLineParseException

public CommandLineParseException(Throwable cause)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.