kieker.webgui.common.exception
Class ReflectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kieker.webgui.common.exception.AbstractKiekerWebGUIException
              extended by kieker.webgui.common.exception.ReflectionException
All Implemented Interfaces:
Serializable

public final class ReflectionException
extends AbstractKiekerWebGUIException

This exception can be thrown to show that something went wrong during a reflection call.

Author:
Nils Christian Ehmke
See Also:
Serialized Form

Constructor Summary
ReflectionException()
          Creates a new instance of this exception without detail message.
ReflectionException(String msg)
          Creates a new instance of this class using the given detail message.
ReflectionException(String msg, Throwable cause)
          Creates a new instance of this class using the given detail message and 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

ReflectionException

public ReflectionException()
Creates a new instance of this exception without detail message. The cause is not initialized, but can later be initialized using Throwable.initCause(java.lang.Throwable).


ReflectionException

public ReflectionException(String msg)
Creates a new instance of this class using the given detail message. The cause is not initialized, but can later be initialized using Throwable.initCause(java.lang.Throwable).

Parameters:
msg - The detail message of the exception.

ReflectionException

public ReflectionException(String msg,
                           Throwable cause)
Creates a new instance of this class using the given detail message and cause.

Parameters:
msg - The detail message of the exception.
cause - The cause for the exception.


Copyright © 2015. All rights reserved.