com.alibaba.druid.support.console
Class OptionParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.alibaba.druid.support.console.OptionParseException
All Implemented Interfaces:
Serializable

public class OptionParseException
extends Exception

See Also:
Serialized Form

Constructor Summary
OptionParseException(String msg)
           
OptionParseException(String msg, Throwable cause)
           
OptionParseException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OptionParseException

public OptionParseException(String msg)

OptionParseException

public OptionParseException(String msg,
                            Throwable cause)

OptionParseException

public OptionParseException(Throwable cause)


Copyright © 2012 Alibaba Group. All Rights Reserved.