org.ops4j.pax.reflector
Class ReflectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ops4j.pax.reflector.ReflectionException
All Implemented Interfaces:
Serializable

public class ReflectionException
extends Exception

ReflectionException is thrown when the ReflectorService can not proceed with its operation.

See Also:
Serialized Form

Constructor Summary
ReflectionException()
           
ReflectionException(String message)
           
ReflectionException(String message, Throwable exception)
           
 
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

ReflectionException

public ReflectionException()

ReflectionException

public ReflectionException(String message)

ReflectionException

public ReflectionException(String message,
                           Throwable exception)


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.