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
 

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)
           
 

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)
           
 

Uses of UBL4JException in org.openinvoice.ubl4j.text
 

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



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