org.pz.platypus.interfaces
Interface Exceptionable
- All Known Implementing Classes:
- EolTreatmentException, FileCloseException, InvalidConfigFileException, PlatyException
public interface Exceptionable
Platypus-specific exceptions are passed two strings: the key to look up the error message
in Literals(), and some info on where the problem occurred.
This interface defines access methods for both.
getExplanation
java.lang.String getExplanation()
getLocation
java.lang.String getLocation()
Copyright © 2006-10 Pacific Data Works LLC. (platypus.pz.org)