org.activemath.webapp.tutor.cgWebService.ErrorHandlerAPI
Class InvalidOJDocumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.webapp.tutor.cgWebService.ErrorHandlerAPI.InvalidOJDocumentException
All Implemented Interfaces:
Serializable

public class InvalidOJDocumentException
extends Exception

See Also:
Serialized Form

Constructor Summary
InvalidOJDocumentException()
           
InvalidOJDocumentException(OJDocument doc)
           
InvalidOJDocumentException(String message)
           
InvalidOJDocumentException(String message, Throwable cause)
           
InvalidOJDocumentException(Throwable cause)
           
 
Method Summary
static void main(String[] args)
           
 
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

InvalidOJDocumentException

public InvalidOJDocumentException()

InvalidOJDocumentException

public InvalidOJDocumentException(String message)

InvalidOJDocumentException

public InvalidOJDocumentException(OJDocument doc)

InvalidOJDocumentException

public InvalidOJDocumentException(String message,
                                  Throwable cause)

InvalidOJDocumentException

public InvalidOJDocumentException(Throwable cause)
Method Detail

main

public static void main(String[] args)
Parameters:
args -