bpiwowar.argparser
Class InvalidHolderException

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

public class InvalidHolderException
extends RuntimeException

Exception thrown when the holder is not valid for the member type

Author:
Benjamin Piwowarski
See Also:
Serialized Form

Constructor Summary
InvalidHolderException(Exception e)
           
InvalidHolderException(String format, Object... args)
           
InvalidHolderException(String s, Throwable e)
           
InvalidHolderException(String format, Throwable t, Object... args)
           
InvalidHolderException(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

InvalidHolderException

public InvalidHolderException(Throwable cause)
Parameters:
cause -

InvalidHolderException

public InvalidHolderException(Exception e)
Parameters:
e -

InvalidHolderException

public InvalidHolderException(String s,
                              Throwable e)
Parameters:
string -
e -

InvalidHolderException

public InvalidHolderException(String format,
                              Throwable t,
                              Object... args)

InvalidHolderException

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


Copyright © 2013. All Rights Reserved.