Class IllegalEntityFieldAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.collinalpert.java2db.exceptions.IllegalEntityFieldAccessException
-
- All Implemented Interfaces:
Serializable
public class IllegalEntityFieldAccessException extends RuntimeException
An exception which occurs when Java2DB tries to access a field in an entity and fails. Is a sort of wrapper aroundIllegalAccessException.- Author:
- Collin Alpert
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalEntityFieldAccessException(String field, String entity, String underlyingMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-