jd.util
Class BadArgException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjd.util.ChainedRuntimeException
                  extended byjd.util.BadArgException
All Implemented Interfaces:
Serializable

public class BadArgException
extends ChainedRuntimeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
BadArgException(String message)
           
BadArgException(String message, Exception e)
           
 
Methods inherited from class jd.util.ChainedRuntimeException
getException, printStackTrace, printStackTrace, printStackTrace, setException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadArgException

public BadArgException(String message)

BadArgException

public BadArgException(String message,
                       Exception e)