Uses of Class
com.interstarinc.xmedius.sendfax.FaxException

Packages that use FaxException
com.interstarinc.xmedius.sendfax   
 

Uses of FaxException in com.interstarinc.xmedius.sendfax
 

Subclasses of FaxException in com.interstarinc.xmedius.sendfax
 class CoverSheetIntegrityException
          The fax exception thrown when the model properties coverSheet and coverSheetType are incoherent.
 class EmptyFaxException
          The fax exception thrown if the fax is empty.
 class FaxOptionsException
          The fax exception thrown if the fax options are not valid.
 class FaxServerNotAvailableException
           
 class InvalidFaxNumberException
          The fax exception thrown whenever a fax recipient has an invalid fax number.
 class InvalidProcessingOptionsException
          The fax exception thrown whenever a processing option is invalid.
 class NoRecipientException
          The fax exception thrown whenever there is no recipient.
 

Methods in com.interstarinc.xmedius.sendfax that throw FaxException
 SendResult Fax.send(IFaxModel fax, File xmlFax)
          Sends a fax using the supplied parameters.
 SendResult Fax.send(com.interstarinc.xmedius.sendfax.model.v1.IFaxModel fax, InputStream xmlFax)
           
(package private) static SendResult SendFax.send(com.interstarinc.xmedius.sendfax.model.v1.IFaxModel model, InputStream xmlDoc, String[] references)
           
protected static FileInfo[] SendFax.toFileInfoArray(com.interstarinc.xmedius.sendfax.model.v1.IFaxModel model)
           
 void Fax.toXML(IFaxModel model, OutputStream target)
          This method converts a fax model to an XML document (DOM tree).
 void Fax.toXML(com.interstarinc.xmedius.sendfax.model.v1.IFaxModel model, OutputStream target)
           
private  void Fax.validate(com.interstarinc.xmedius.sendfax.model.v1.IFaxModel model)
          This method validates a fax model.