// Copyright 2000 Jonathan White // Use/modify this however you want, just keep this and the previous line package mt.util; public class PropertyNotFoundException extends Exception{ public PropertyNotFoundException(String message){ super(message); } }