org.eclipse.sisu.plexus
Package Index
|
Class Index
org.codehaus.plexus
org.codehaus.plexus.component
org.codehaus.plexus.component.composition
org.codehaus.plexus.component.configurator
org.codehaus.plexus.component.configurator.converters
org.codehaus.plexus.component.configurator.converters.basic
org.codehaus.plexus.component.configurator.converters.composite
org.codehaus.plexus.component.configurator.converters.lookup
org.codehaus.plexus.component.configurator.converters.special
org.codehaus.plexus.component.configurator.expression
org.codehaus.plexus.component.factory
org.codehaus.plexus.component.repository
org.codehaus.plexus.component.repository.exception
org.codehaus.plexus.configuration
org.codehaus.plexus.configuration.xml
org.codehaus.plexus.context
org.codehaus.plexus.logging
org.codehaus.plexus.logging.console
org.codehaus.plexus.personality.plexus.lifecycle.phase
org.eclipse.sisu.plexus
Interfaces
PlexusConfiguration
Classes
DefaultPlexusConfiguration
Exceptions
PlexusConfigurationException
Package Index
|
Class Index
Summary:
Ctors
|
Inherited Methods
|
[Expand All]
public class
PlexusConfigurationException
extends
Exception
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
org.codehaus.plexus.configuration.PlexusConfigurationException
Summary
Public Constructors
PlexusConfigurationException
(
String
message)
PlexusConfigurationException
(
String
message,
Throwable
detail)
[Expand]
Inherited Methods
From class
java.lang.Throwable
synchronized
Throwable
fillInStackTrace
()
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
synchronized
Throwable
initCause
(
Throwable
arg0)
void
printStackTrace
(
PrintWriter
arg0)
void
printStackTrace
(
PrintStream
arg0)
void
printStackTrace
()
void
setStackTrace
(
StackTraceElement[]
arg0)
String
toString
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
PlexusConfigurationException
(
String
message)
public
PlexusConfigurationException
(
String
message,
Throwable
detail)