Uses of Class
org.openinvoice.ubl4j.util.UBL4JException

Packages that use UBL4JException
org.openinvoice.ubl4j.common Includes classes and interfaces that are used by order and invoice packages 
org.openinvoice.ubl4j.invoice Provides classes and interfaces for processing UBL InvoiceType
org.openinvoice.ubl4j.order Provides classes and interfaces for processing UBL OrderType and converting it to InvoiceType
org.openinvoice.ubl4j.text Provides classes and interfaces for rendering InvoiceType elements to various output format including TeX, PDF and HTML
org.openinvoice.ubl4j.ui.console Contains classes related to the command-line console interface. 
 

Uses of UBL4JException in org.openinvoice.ubl4j.common
 

Subclasses of UBL4JException in org.openinvoice.ubl4j.common
 class FailedToMarshalException
           
 class FailedToProcessException
           
 class FailedToRespectConstraintException
           
 class FailedToUnMarshalException
           
 

Methods in org.openinvoice.ubl4j.common that throw UBL4JException
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType OrderTypeToInvoiceTypeTransformer.create(InputStream orderInputStream)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType OrderTypeToInvoiceTypeTransformer.create(oasis.names.specification.ubl.schema.xsd.order_2.OrderType orderType)
           
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType OrderTypeToInvoiceTypeTransformer.read(InputStream invoiceInputStream)
           
 void OrderTypeToInvoiceTypeTransformer.write(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, OutputStream os)
           
 

Uses of UBL4JException in org.openinvoice.ubl4j.invoice
 

Methods in org.openinvoice.ubl4j.invoice that throw UBL4JException
 oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType InvoiceTypePersistence.read(InputStream invoiceInputStream)
           
 void InvoiceTypePersistence.write(oasis.names.specification.ubl.schema.xsd.invoice_2.InvoiceType invoiceType, OutputStream os, String encoding)
           
 

Constructors in org.openinvoice.ubl4j.invoice that throw UBL4JException
InvoiceTypeHandler(File orderFile)
           
 

Uses of UBL4JException in org.openinvoice.ubl4j.order
 

Methods in org.openinvoice.ubl4j.order that throw UBL4JException
 oasis.names.specification.ubl.schema.xsd.order_2.OrderType OrderTypePersistence.read(InputStream orderTypeStream)
           
 void OrderTypePersistence.write(oasis.names.specification.ubl.schema.xsd.order_2.OrderType orderType, OutputStream os, String encoding)
           
 

Uses of UBL4JException in org.openinvoice.ubl4j.text
 

Subclasses of UBL4JException in org.openinvoice.ubl4j.text
 class FailedToRenderException
           
 

Uses of UBL4JException in org.openinvoice.ubl4j.ui.console
 

Methods in org.openinvoice.ubl4j.ui.console that throw UBL4JException
 void UBL4JConsole.convertOrderToInvoice()
          Converts an UBL order to an UBL invoice and renders the invoice to the desired output format.
 void UBL4JConsole.renderInvoiceToOutput()
          Renders an UBL invoice to the desired output format.
 



Copyright © 2011-2012 Plain Source. All Rights Reserved.