|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.dllearner.core.ComponentInitException
public class ComponentInitException
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.
| 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 |
|---|
public ComponentInitException(String message)
ComponentInitException with the specified message.
message - The specified detail message.public ComponentInitException(Throwable cause)
ComponentInitException with the
specified cause.
cause - The cause of this exception.
public ComponentInitException(String message,
Throwable cause)
ComponentInitException with the
specified message and cause.
message - The specified detail message.cause - The cause of this exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||