org.dllearner.server
Class ConfigOptionTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dllearner.server.ConfigOptionTypeException
All Implemented Interfaces:
Serializable

public class ConfigOptionTypeException
extends Exception

Exception for indicating that an operation was performed on a wrong type.

Author:
Jens Lehmann
See Also:
Serialized Form

Constructor Summary
ConfigOptionTypeException(String optionName, Class<?> correctType, Class<?> wrongType)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigOptionTypeException

public ConfigOptionTypeException(String optionName,
                                 Class<?> correctType,
                                 Class<?> wrongType)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2008 Jens Lehmann