antsnest.antinfo
Class InvalidAntTaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by antsnest.antinfo.InvalidAntTaskException
All Implemented Interfaces:
Serializable

public class InvalidAntTaskException
extends Exception

Indicates a class is not a valid Ant task

Author:
Chris Clohosy
See Also:
Serialized Form

Constructor Summary
InvalidAntTaskException(String problem)
          Constructs the 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

InvalidAntTaskException

public InvalidAntTaskException(String problem)
Constructs the exception

Parameters:
problem - what went wrong