Uses of Class
uk.org.jcam.CAMException

Packages that use CAMException
uk.org.jcam   
uk.org.jcam.nano   
uk.org.jcam.processor.dataObjects   
uk.org.jcam.processor.datavalidator   
uk.org.jcam.processor.transformer   
uk.org.jcam.processor.validator   
uk.org.jcam.util   
 

Uses of CAMException in uk.org.jcam
 

Methods in uk.org.jcam that throw CAMException
static void CAM.main(java.lang.String[] args)
          Main entry point for the cam processor when run from the command line
 usage: jcam [-i ID] [-d] [-u] [-U] [-v] [-z] [-Z]3 [-y | -c | -t | -a][-O file]
       [-a] [-E file] [-X filename] [-S file] [-Y file] [-c] [-T file] [-t] [-P
       parameter=value] [-?] [-f]
 -?                     Print this message
 -E               External output filename
 -O               Cam template output filename
 -P    Input parameter(s)
 -S               XML file output filename
 -T               Cam template file name
 -U                     All input filenames are URL
 -X           XML input file name
 -a                     Adorn output with UID information
 -c                     Validate xml file against template
 -d                     Print debugging information
 -Y                     XSLT Sheet to transform error output
 -f                     Exit at first validation error
 -i                 Template structure ID
 -t                     Trim the template
 -u                     Template filename is a URL
 -v                     Be verbose
 -y                     Trim the template using default rules only
 -z                     Produce trace information
 -Z                     Produce element trace
 java.lang.Object Processor.process()
           
 java.lang.Object Processor.process(java.lang.String ID)
           
 void Processor.setDataFile(org.jdom.Document datafile)
           
 void Processor.setParameterValues(java.lang.String[] parameterStrs)
           
 void Processor.setTemplate(org.jdom.Document template)
           
 

Constructors in uk.org.jcam that throw CAMException
CAM()
           
 

Uses of CAMException in uk.org.jcam.nano
 

Subclasses of CAMException in uk.org.jcam.nano
 class ContainerException
          Copyright British Telecommunications plc - 2004 This Open Software License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work: Licensed under the Open Software License version 2.0 1) Grant of Copyright License.
 

Uses of CAMException in uk.org.jcam.processor.dataObjects
 

Subclasses of CAMException in uk.org.jcam.processor.dataObjects
static class Parameter.ParameterException
          Exception generated when a CAMtemplate function fails
 class Parameters.ParametersException
           
 

Uses of CAMException in uk.org.jcam.processor.datavalidator
 

Subclasses of CAMException in uk.org.jcam.processor.datavalidator
 class DataValidatorException
          Copyright British Telecommunications plc - 2004 This Open Software License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work: Licensed under the Open Software License version 2.0 1) Grant of Copyright License.
 

Uses of CAMException in uk.org.jcam.processor.transformer
 

Subclasses of CAMException in uk.org.jcam.processor.transformer
 class TransformException
           
 

Methods in uk.org.jcam.processor.transformer that throw CAMException
 void XSLTransformer.applyTranform()
           
 void ITransformer.applyTranform()
           
 void XSLTransformer.applyTranform(java.lang.String filename)
           
 void ITransformer.applyTranform(java.lang.String filename)
           
 java.lang.Object XSLTransformer.getResult()
           
 java.lang.Object ITransformer.getResult()
           
 void XSLTransformer.setSource(java.lang.Object source)
           
 void ITransformer.setSource(java.lang.Object source)
           
 void XSLTransformer.setTransformer(java.lang.Object transformer)
           
 void ITransformer.setTransformer(java.lang.Object transformer)
           
 

Uses of CAMException in uk.org.jcam.processor.validator
 

Subclasses of CAMException in uk.org.jcam.processor.validator
 class ValidatorException
          Copyright British Telecommunications plc - 2004 This Open Software License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work: Licensed under the Open Software License version 2.0 1) Grant of Copyright License.
 

Uses of CAMException in uk.org.jcam.util
 

Methods in uk.org.jcam.util that throw CAMException
static void Cam.printException(java.lang.Exception ex)