Uses of Class
org.ujac.util.UjacException

Packages that use UjacException
org.ujac.chart   
org.ujac.print   
org.ujac.util   
org.ujac.util.exi   
org.ujac.util.table   
org.ujac.util.template   
org.ujac.web.servlet   
org.ujac.web.tag   
 

Uses of UjacException in org.ujac.chart
 

Subclasses of UjacException in org.ujac.chart
 class ChartException
          Name: ChartException
Description: A class for chart related exceptions.
 

Uses of UjacException in org.ujac.print
 

Subclasses of UjacException in org.ujac.print
 class AssertionException
          Name: AssertionException
Description: A class for assertion failures thrown by the <assert> tag.
 class DocumentHandlerException
          Name: DocumentHandlerException.java
Description: A class for document handler related exceptions.
 class TagAttributeException
          Name: TagAttributeException.java
Description: An exception class for tag attribute errors.
 class TagInstantiationException
          Name: TagInstantiationException.java
Description: An exception class thrown in case a tag could not be instantiated by a tag factory.
 

Uses of UjacException in org.ujac.util
 

Subclasses of UjacException in org.ujac.util
 class BeanException
          Name: BeanException
Description: A class for bean related exceptions.
 class TypeConverterException
          Name: TypeConverterException
Description: An exception thrown in case a type conversion failed.
 

Uses of UjacException in org.ujac.util.exi
 

Subclasses of UjacException in org.ujac.util.exi
 class ExpressionException
          Title: ExpressionException
Description: A class used to report exceptions, that occur in class ExpressionInterpreter.
 class NoOperandException
          Name: NoOperandException
Description: An exception that is thrown if a requested operand is not defined.
 class OperandException
          Name: NoOperandException
Description: The base class for operand related exceptions
 class OperandNotSupportedException
          Name: OperandNotSupportedException
Description: An exception that is thrown if an operand is defined, but no one is supported at the speecific method.
 class TypeCastException
          Name: TypeCastException
Description: An exception that is thrown in case a type cast failed.
 

Uses of UjacException in org.ujac.util.table
 

Subclasses of UjacException in org.ujac.util.table
 class ColumnAlreadyDefinedException
          Name: ColumnAlreadyDefinedException.java
Description: Exceptions used if the column to add already was defined.
 class ColumnNotDefinedException
          Name: ColumnNotDefinedException
Description: Exceptions used if the desired column does not exist.
 class OperationNotSupportedException
          Name: OperationNotSupportedException
Description: Class for exceptions, telling that the called method is not supported by the called implementation.
 class RowNotDefinedException
          Name: RowNotDefinedException
Description: Exceptions used if the desired column does not exist.
 class TableException
          Name: TableException
Description: A class for general table exceptions.
 class TypeMismatchException
          Name: TypeMismatchException
Description: Exceptions used if the type of a value doesn't match the type of the referring column.
 

Uses of UjacException in org.ujac.util.template
 

Subclasses of UjacException in org.ujac.util.template
 class StatementException
          Name: StatementException
Description: A class used to report exceptions, that occur in class ExpressionInterpreter when handling statements.
 class TemplateException
          Name: TemplateException
Description: Description of the class.
 

Uses of UjacException in org.ujac.web.servlet
 

Methods in org.ujac.web.servlet that throw UjacException
 void ServletDocumentTransformHelper.finish(HttpServletResponse response)
          Finishes the document processing.
 Result ServletDocumentTransformHelper.prepare(HttpServletRequest request, boolean supportToc)
          Generates a PDF and writes it to the servlet output stream.
 void ServletDocumentPrinter.printDocument(HttpServletRequest request, HttpServletResponse response)
          Generates a PDF and writes it to the servlet output stream.
 void ServletDocumentPrinter.printDocument(HttpServletRequest request, HttpServletResponse response, boolean supportToc)
          Generates a PDF and writes it to the servlet output stream.
 

Uses of UjacException in org.ujac.web.tag
 

Methods in org.ujac.web.tag that throw UjacException
protected  Object ForeachTag.evalSequenceHolder()
          Evaluates the sequence holder.
protected  Object PrintTableTag.evalSequenceHolder()
          Evaluates the sequence holder.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.