joptsimple.internal
Class ReflectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by joptsimple.internal.ReflectionException
All Implemented Interfaces:
Serializable

public class ReflectionException
extends RuntimeException

This unchecked exception wraps reflection-oriented exceptions.

Version:
$Id: ReflectionException.java,v 1.5 2009/08/13 00:34:36 pholser Exp $
Author:
Paul Holser
See Also:
Serialized Form

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
 



Copyright © 2011. All Rights Reserved.