Uses of Class
org.enhydra.zeus.ZeusException

Packages that use ZeusException
org.enhydra.zeus   
org.enhydra.zeus.generator   
org.enhydra.zeus.transform   
org.enhydra.zeus.util   
 

Uses of ZeusException in org.enhydra.zeus
 

Subclasses of ZeusException in org.enhydra.zeus
 class InvalidCollectionTypeException
           InvalidCollectionTypeException is an extension of ZeusException that provides information about an invalid collection type specified.
 

Methods in org.enhydra.zeus that throw ZeusException
 java.util.List Transformer.transform(java.util.List bindings)
           This method performs the work of transforming a set of Zeus Binding objects.
 void Generator.generate(Binding binding)
           This will convert from a set of constraints to Java classes.
 

Uses of ZeusException in org.enhydra.zeus.generator
 

Subclasses of ZeusException in org.enhydra.zeus.generator
 class IllegalOutputDirectoryException
           IllegalOutputDirectoryException is an extension of ZeusException that provides information about an illegal directory specification.
 class UnsupportedBindingTypeException
           UnsupportedBindingTypeException is an extension of ZeusException that provides information about a binding type that is provided for generation, but is unsupported in the referenced generation process (generally to a Generator.
 

Methods in org.enhydra.zeus.generator that throw ZeusException
 void SimpleGenerator.generate(Binding binding)
           This will convert from a set of constraints to Java classes.
 

Uses of ZeusException in org.enhydra.zeus.transform
 

Subclasses of ZeusException in org.enhydra.zeus.transform
 class NoSuchValueEnumerationException
           NoSuchValueEnumerationException is an extension of TransformerException that provides information about a missing ValueEnumeration that has been requested, generally by name.
 class TransformerException
           TransformerException is an extension of ZeusException that provides exceptions specific to the problems that Zeus Transformer and related classes may throw.
 

Methods in org.enhydra.zeus.transform that throw ZeusException
 java.util.List BaseTransformer.transform(java.util.List bindings)
           This method performs the work of transforming a set of Zeus Binding objects.
abstract  java.util.List BaseTransformer.transform(java.util.List bindings, boolean recursing)
           This method performs the work of transforming a set of Zeus Binding objects.
 java.util.List SimpleTransformer.transform(java.util.List bindings, boolean recursing)
           This method performs the work of transforming a set of Zeus Binding objects.
 

Uses of ZeusException in org.enhydra.zeus.util
 

Subclasses of ZeusException in org.enhydra.zeus.util
 class UnsupportedSchemaTypeException
           UnsupportedSchemaTypeException is an extension of ZeusException that provides information about a schema type that has been supplied, but is not supported by Zeus.
 

Methods in org.enhydra.zeus.util that throw ZeusException
 void BaseSourceGenerator.generate()
           This method performs class generation.
 void SourceGenerator.generate()
           This method performs class generation.
 



Copyright © 2001 Enhydra. All Rights Reserved.