org.enhydra.zeus.util
Class UnsupportedSchemaTypeException

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

public class UnsupportedSchemaTypeException
extends ZeusException

UnsupportedSchemaTypeException is an extension of ZeusException that provides information about a schema type that has been supplied, but is not supported by Zeus.

Author:
Brett McLaughlin
See Also:
Serialized Form

Fields inherited from class org.enhydra.zeus.ZeusException
cause
 
Constructor Summary
UnsupportedSchemaTypeException()
           This indicates that an invalid schema type was supplied to a Zeus method.
UnsupportedSchemaTypeException(java.lang.String schemaType)
           This indicates that an invalid schema type was supplied to a Zeus method.
 
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

UnsupportedSchemaTypeException

public UnsupportedSchemaTypeException()

This indicates that an invalid schema type was supplied to a Zeus method.


UnsupportedSchemaTypeException

public UnsupportedSchemaTypeException(java.lang.String schemaType)

This indicates that an invalid schema type was supplied to a Zeus method.

Parameters:
schemaType - the schema type that is unsupported.


Copyright © 2002 Enhydra. All Rights Reserved.