org.mule.devkit.generation.api
Class GenerationException

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

public class GenerationException
extends Exception

See Also:
Serialized Form

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

GenerationException

public GenerationException()

GenerationException

public GenerationException(String s)

GenerationException

public GenerationException(String s,
                           Throwable throwable)

GenerationException

public GenerationException(Throwable throwable)


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