Switching away from checked exceptions.

This commit is contained in:
Kristian S. Stangeland 2012-11-27 08:00:52 +01:00
parent 03ad9be078
commit beb4bba7fa

View File

@ -22,7 +22,7 @@ package com.comphenix.protocol.reflect;
* *
* @author Kristian * @author Kristian
*/ */
public class FieldAccessException extends Exception { public class FieldAccessException extends RuntimeException {
/** /**
* Generated by Eclipse. * Generated by Eclipse.