bpiwowar.argparser.handlers
Class HandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by bpiwowar.argparser.handlers.HandlerException
All Implemented Interfaces:
Serializable

public class HandlerException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
HandlerException()
           
HandlerException(String message)
           
HandlerException(String format, Object... args)
           
HandlerException(String message, Throwable cause)
           
HandlerException(String format, Throwable cause, Object... args)
           
HandlerException(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

HandlerException

public HandlerException()

HandlerException

public HandlerException(String message,
                        Throwable cause)

HandlerException

public HandlerException(String message)

HandlerException

public HandlerException(Throwable cause)

HandlerException

public HandlerException(String format,
                        Object... args)

HandlerException

public HandlerException(String format,
                        Throwable cause,
                        Object... args)


Copyright © 2013. All Rights Reserved.