org.mule.devkit.generation.api
Class AnnotationVerificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.devkit.generation.api.AnnotationVerificationException
All Implemented Interfaces:
Serializable

public class AnnotationVerificationException
extends Exception

See Also:
Serialized Form

Constructor Summary
AnnotationVerificationException(Identifiable element)
           
AnnotationVerificationException(Identifiable element, String s)
           
AnnotationVerificationException(Identifiable element, String s, Throwable throwable)
           
AnnotationVerificationException(Identifiable element, Throwable throwable)
           
 
Method Summary
 Identifiable getElement()
           
 
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

AnnotationVerificationException

public AnnotationVerificationException(Identifiable element)

AnnotationVerificationException

public AnnotationVerificationException(Identifiable element,
                                       String s)

AnnotationVerificationException

public AnnotationVerificationException(Identifiable element,
                                       String s,
                                       Throwable throwable)

AnnotationVerificationException

public AnnotationVerificationException(Identifiable element,
                                       Throwable throwable)
Method Detail

getElement

public Identifiable getElement()


Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.