org.codehaus.plexus.component.factory.ant
Class AntComponentExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.factory.ant.AntComponentExecutionException
- All Implemented Interfaces:
- java.io.Serializable
public class AntComponentExecutionException
- extends java.lang.Exception
- See Also:
- Serialized Form
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 |
AntComponentExecutionException
public AntComponentExecutionException(java.lang.String script,
java.lang.String target,
java.lang.String message,
java.lang.Throwable cause)
AntComponentExecutionException
public AntComponentExecutionException(java.lang.String script,
java.lang.String target,
java.lang.String message)
getOriginalMessage
public final java.lang.String getOriginalMessage()
getScript
public final java.lang.String getScript()
getTarget
public final java.lang.String getTarget()
Copyright © 2001-2008 Codehaus. All Rights Reserved.