Package com.github.javaxcel.exception
Class NoTargetedFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.javaxcel.exception.NoTargetedFieldException
- All Implemented Interfaces:
Serializable
public class NoTargetedFieldException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NoTargetedFieldException(Class<?> type)
NoTargetedFieldException(String message, Class<?> type)
NoTargetedFieldException(String message, Throwable cause, Class<?> type)
NoTargetedFieldException(Throwable cause)
NoTargetedFieldException(Throwable cause, Class<?> type)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString