Class IllegalEntityFieldAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.collinalpert.java2db.exceptions.IllegalEntityFieldAccessException
All Implemented Interfaces:
java.io.Serializable

public class IllegalEntityFieldAccessException
extends java.lang.RuntimeException
An exception which occurs when Java2DB tries to access a field in an entity and fails. Is a sort of wrapper around IllegalAccessException.
Author:
Collin Alpert
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    IllegalEntityFieldAccessException​(java.lang.String field, java.lang.String entity, java.lang.String underlyingMessage)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IllegalEntityFieldAccessException

      public IllegalEntityFieldAccessException​(java.lang.String field, java.lang.String entity, java.lang.String underlyingMessage)