|
|||||||||||
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.codehaus.plexus.classworlds.launcher.ConfigurationException
Indicates an error during Launcher
configuration.
Constructor Summary | |
protected |
ConfigurationException(java.lang.Exception cause)
|
|
ConfigurationException(java.lang.String msg)
Construct. |
|
ConfigurationException(java.lang.String msg,
int lineNo,
java.lang.String line)
Construct. |
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 ConfigurationException(java.lang.String msg)
msg
- The message.public ConfigurationException(java.lang.String msg, int lineNo, java.lang.String line)
msg
- The message.lineNo
- The number of configuraton line where the problem occured.line
- The configuration line where the problem occured.protected ConfigurationException(java.lang.Exception cause)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |