org.pz.platypus.interfaces
Interface IException
- All Known Implementing Classes:
- EolTreatmentException, FileCloseException, InvalidConfigFileException, PlatyException
public interface IException
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.
- Author:
- alb
getExplanation
java.lang.String getExplanation()
getLocation
java.lang.String getLocation()
Copyright © 2008-10 Pacific Data Works LLC