org.dllearner.core
Class ComponentInitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dllearner.core.ComponentInitException
All Implemented Interfaces:
Serializable

public class ComponentInitException
extends Exception

Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files. It can encapsulate arbitrary exceptions occurring during initialisation.

Author:
Jens Lehmann
See Also:
Serialized Form

Constructor Summary
ComponentInitException(String message)
          Creates a ComponentInitException with the specified message.
ComponentInitException(String message, Throwable cause)
          Creates a ComponentInitException with the specified message and cause.
ComponentInitException(Throwable cause)
          Creates a ComponentInitException with the specified cause.
 
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

ComponentInitException

public ComponentInitException(String message)
Creates a ComponentInitException with the specified message.

Parameters:
message - The specified detail message.

ComponentInitException

public ComponentInitException(Throwable cause)
Creates a ComponentInitException with the specified cause.

Parameters:
cause - The cause of this exception.

ComponentInitException

public ComponentInitException(String message,
                              Throwable cause)
Creates a ComponentInitException with the specified message and cause.

Parameters:
message - The specified detail message.
cause - The cause of this exception.


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