CoPS.Exceptions
Class NotCorrectTaskFormatException

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

public class NotCorrectTaskFormatException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NotCorrectTaskFormatException(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

NotCorrectTaskFormatException

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

getError

public java.lang.String getError()

getTask

public java.lang.String getTask()