net.ranides.assira.reflection
Class InspectInvokeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.ranides.assira.reflection.InspectException
                  extended by net.ranides.assira.reflection.InspectInvokeException
All Implemented Interfaces:
Serializable

public class InspectInvokeException
extends InspectException

Wyjątek "unchecked" rzucany przez niektóre funkcje zamiast wyrzucania całej sterty "checked" wyjątków związany z ReflectionAPI

See Also:
Serialized Form

Constructor Summary
InspectInvokeException()
          Tworzy wyjątek bez szczegółowego komunikatu
InspectInvokeException(String message)
          Tworzy wyjątek z podanym komunikatem
InspectInvokeException(String message, Throwable cause)
          Tworzy wyjątek z podanym komunikatem oraz przyczyną błędu.
InspectInvokeException(Throwable cause)
          Tworzy wyjątek z podaną przyczyną błędu.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InspectInvokeException

public InspectInvokeException()
Tworzy wyjątek bez szczegółowego komunikatu


InspectInvokeException

public InspectInvokeException(String message,
                              Throwable cause)
Tworzy wyjątek z podanym komunikatem oraz przyczyną błędu.

Parameters:
message -
cause -

InspectInvokeException

public InspectInvokeException(Throwable cause)
Tworzy wyjątek z podaną przyczyną błędu.

Parameters:
cause -

InspectInvokeException

public InspectInvokeException(String message)
Tworzy wyjątek z podanym komunikatem

Parameters:
message -


Copyright © 2013. All Rights Reserved.