org.specrunner.annotator
Class AnnotatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.specrunner.SpecRunnerException
              extended by org.specrunner.annotator.AnnotatorException
All Implemented Interfaces:
Serializable

public class AnnotatorException
extends SpecRunnerException

Errors on annotation process.

Author:
Thiago Santos
See Also:
Serialized Form

Constructor Summary
AnnotatorException()
           
AnnotatorException(String message)
           
AnnotatorException(String message, Throwable cause)
           
AnnotatorException(Throwable cause)
           
 
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

AnnotatorException

public AnnotatorException()

AnnotatorException

public AnnotatorException(String message)

AnnotatorException

public AnnotatorException(Throwable cause)

AnnotatorException

public AnnotatorException(String message,
                          Throwable cause)


Copyright © 2014. All rights reserved.