CoPS.Exceptions
Class NotAbleToDecomposeTaskException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCoPS.Exceptions.NotAbleToDecomposeTaskException
All Implemented Interfaces:
java.io.Serializable

public class NotAbleToDecomposeTaskException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NotAbleToDecomposeTaskException(java.lang.String task, java.lang.String error)
           
 
Method Summary
 java.lang.String getError()
           
 java.lang.String getTask()
           
 
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

NotAbleToDecomposeTaskException

public NotAbleToDecomposeTaskException(java.lang.String task,
                                       java.lang.String error)
Method Detail

getError

public java.lang.String getError()

getTask

public java.lang.String getTask()