com.twelvemonkeys.util.service
Class ServiceConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.twelvemonkeys.util.service.ServiceConfigurationError
All Implemented Interfaces:
Serializable

public class ServiceConfigurationError
extends Error

Error thrown by the ServiceRegistry in case of a configuration error.

Version:
$Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/service/ServiceConfigurationError.java#1 $
Author:
Harald Kuhr
See Also:
ServiceRegistry, Serialized Form

Method Summary
 
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
 



Copyright © 2014. All Rights Reserved.