net.ranides.assira.reflection
Class InspectException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InspectInvokeException

public class InspectException
extends RuntimeException

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
InspectException()
          Tworzy wyjątek bez szczegółowego komunikatu
InspectException(String message)
          Tworzy wyjątek z podanym komunikatem
InspectException(String message, Throwable cause)
          Tworzy wyjątek z podanym komunikatem oraz przyczyną błędu.
InspectException(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

InspectException

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


InspectException

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

Parameters:
message -
cause -

InspectException

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

Parameters:
cause -

InspectException

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

Parameters:
message -


Copyright © 2013. All Rights Reserved.