org.enhydra.zeus.generator
Class UnsupportedBindingTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enhydra.zeus.ZeusException
                    |
                    +--org.enhydra.zeus.generator.UnsupportedBindingTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedBindingTypeException
extends ZeusException

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.

Author:
Brett McLaughlin
See Also:
Serialized Form

Fields inherited from class org.enhydra.zeus.ZeusException
cause
 
Constructor Summary
UnsupportedBindingTypeException()
           This indicates that an invalid Binding was specified to a Generator.
UnsupportedBindingTypeException(Binding binding)
           This indicates that an invalid Binding was specified to a Generator.
 
Methods inherited from class org.enhydra.zeus.ZeusException
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedBindingTypeException

public UnsupportedBindingTypeException()

This indicates that an invalid Binding was specified to a Generator.


UnsupportedBindingTypeException

public UnsupportedBindingTypeException(Binding binding)

This indicates that an invalid Binding was specified to a Generator.

Parameters:
binding - the Binding that is unsupported.


Copyright © 2001 Enhydra. All Rights Reserved.