gldapo.exception
Class GldapoInvalidConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gldapo.exception.GldapoException
              extended by gldapo.exception.GldapoInitializationException
                  extended by gldapo.exception.GldapoInvalidConfigException
All Implemented Interfaces:
Serializable

public class GldapoInvalidConfigException
extends GldapoInitializationException

See Also:
Serialized Form

Constructor Summary
GldapoInvalidConfigException(String message)
           
 
Method Summary
 MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 Object invokeMethod(String name, Object args)
           
 void setMetaClass(MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GldapoInvalidConfigException

public GldapoInvalidConfigException(String message)
Method Detail

getMetaClass

public MetaClass getMetaClass()
Overrides:
getMetaClass in class GldapoInitializationException

setMetaClass

public void setMetaClass(MetaClass metaClass)
Overrides:
setMetaClass in class GldapoInitializationException

invokeMethod

public Object invokeMethod(String name,
                           Object args)
Overrides:
invokeMethod in class GldapoInitializationException

getProperty

public Object getProperty(String name)
Overrides:
getProperty in class GldapoInitializationException

setProperty

public void setProperty(String name,
                        Object value)
Overrides:
setProperty in class GldapoInitializationException


Copyright © 2007-2010 Codehaus. All Rights Reserved.