Platypus

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.


Method Summary
 java.lang.String getExplanation()
           
 java.lang.String getLocation()
           
 

Method Detail

getExplanation

java.lang.String getExplanation()

getLocation

java.lang.String getLocation()

Platypus

Copyright © 2006-10 Pacific Data Works LLC. (platypus.pz.org)