package jamel.util; /** * Thrown to indicate that a method should not to be called. */ public class NotUsedException extends UnsupportedOperationException { }