org.apache.droids.exception
Class InvalidTaskException

Package class diagram package InvalidTaskException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.droids.exception.DroidsException
              extended by org.apache.droids.exception.InvalidTaskException
All Implemented Interfaces:
Serializable

public class InvalidTaskException
extends DroidsException

See Also:
Serialized Form

Constructor Summary
InvalidTaskException(String msg)
           
 
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

InvalidTaskException

public InvalidTaskException(String msg)
Parameters:
msg - error message


Copyright © 2008 The Apache Software Foundation