Package com.comphenix.protocol.reflect
Class FieldAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.comphenix.protocol.reflect.FieldAccessException
- All Implemented Interfaces:
Serializable
Invoked when a field is inaccessible due to security limitations, or when it simply doesn't exist.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFieldAccessException(String message) FieldAccessException(String message, Throwable cause) FieldAccessException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic FieldAccessExceptionfromFormat(String message, Object... params) toString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace