|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.tkuhn.util.prefs.MetaInfoProviderInitializationException
public class MetaInfoProviderInitializationException
This Exception is thrown if there is a problem during initialization of MetaInfoProvider
| Constructor Summary | |
|---|---|
MetaInfoProviderInitializationException()
Creates a new MetaInfoProviderInitializationException |
|
MetaInfoProviderInitializationException(java.lang.String msg)
Creates a new MetaInfoProviderInitializationException with an attached message. |
|
MetaInfoProviderInitializationException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new MetaInfoProviderInitializationException supplied with a message and a throwable responsible for this exception |
|
| 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 |
| Constructor Detail |
|---|
public MetaInfoProviderInitializationException()
public MetaInfoProviderInitializationException(java.lang.String msg)
msg - the message to be attached to the Exception
public MetaInfoProviderInitializationException(java.lang.String msg,
java.lang.Throwable cause)
msg - The details message for the Exceptioncause - The cause why this exception was thrown
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||