org.codehaus.plexus.component.factory.ant
Class AntComponentExecutionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.component.factory.ant.AntComponentExecutionException
All Implemented Interfaces:
java.io.Serializable

public class AntComponentExecutionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
AntComponentExecutionException(java.lang.String script, java.lang.String target, java.lang.String message)
           
AntComponentExecutionException(java.lang.String script, java.lang.String target, java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getOriginalMessage()
           
 java.lang.String getScript()
           
 java.lang.String getTarget()
           
 
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

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)
Method Detail

getOriginalMessage

public final java.lang.String getOriginalMessage()

getScript

public final java.lang.String getScript()

getTarget

public final java.lang.String getTarget()


Copyright © 2001-2007 Codehaus. All Rights Reserved.