Class CoatProcessorException

All Implemented Interfaces:
Serializable

public class CoatProcessorException extends RuntimeException
An exeption that is thrown if processing the Coat annotation fails.
See Also:
  • Constructor Details

    • CoatProcessorException

      public CoatProcessorException(String message)
    • CoatProcessorException

      public CoatProcessorException(String message, Element element)
    • CoatProcessorException

      public CoatProcessorException(String message, Throwable cause)
    • CoatProcessorException

      public CoatProcessorException(String message, Element element, Throwable cause)
  • Method Details

    • getMsg

      public String getMsg()
    • getElement

      public Element getElement()