com.lexicalscope.fluentreflection
Class IllegalArgumentRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.lexicalscope.fluentreflection.ReflectionRuntimeException
                  extended by com.lexicalscope.fluentreflection.IllegalArgumentRuntimeException
All Implemented Interfaces:
Serializable

public class IllegalArgumentRuntimeException
extends ReflectionRuntimeException

See Also:
Serialized Form

Constructor Summary
IllegalArgumentRuntimeException()
           
IllegalArgumentRuntimeException(IllegalArgumentException e, Field field, Object instance)
           
IllegalArgumentRuntimeException(IllegalArgumentException e, Member member, Object instance, Object[] arguments)
           
IllegalArgumentRuntimeException(String message)
           
IllegalArgumentRuntimeException(String message, Throwable cause)
           
IllegalArgumentRuntimeException(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

IllegalArgumentRuntimeException

public IllegalArgumentRuntimeException()

IllegalArgumentRuntimeException

public IllegalArgumentRuntimeException(String message,
                                       Throwable cause)

IllegalArgumentRuntimeException

public IllegalArgumentRuntimeException(String message)

IllegalArgumentRuntimeException

public IllegalArgumentRuntimeException(Throwable cause)

IllegalArgumentRuntimeException

public IllegalArgumentRuntimeException(IllegalArgumentException e,
                                       Member member,
                                       Object instance,
                                       Object[] arguments)

IllegalArgumentRuntimeException

public IllegalArgumentRuntimeException(IllegalArgumentException e,
                                       Field field,
                                       Object instance)


Copyright © 2011-2012 lexicalscope. All Rights Reserved.