org.mule.devkit.generation.api
Class PostProcessorException

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

public class PostProcessorException
extends Exception

See Also:
Serialized Form

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

PostProcessorException

public PostProcessorException(Identifiable element)

PostProcessorException

public PostProcessorException(Identifiable element,
                              String s)

PostProcessorException

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

PostProcessorException

public PostProcessorException(Identifiable element,
                              Throwable throwable)
Method Detail

getElement

public Identifiable getElement()


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.