package greenfoot.guifx.export;


| An exception to throw when an export is not possible. | | @author Amjad Altadmri | public class ExportException extends RuntimeException{ public ExportException(String message) { super(message); } }
top, use, map, class ExportException

.   ExportException




9 neLoCode + 2 LoComm