org.kitesdk.morphline.api
Class MorphlineCompilationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kitesdk.morphline.api.MorphlineCompilationException
All Implemented Interfaces:
Serializable

public class MorphlineCompilationException
extends RuntimeException

Indicates a parse error.

See Also:
Serialized Form

Constructor Summary
MorphlineCompilationException(String msg, com.typesafe.config.Config config)
           
MorphlineCompilationException(String msg, com.typesafe.config.Config config, Throwable th)
           
MorphlineCompilationException(String msg, com.typesafe.config.Config config, Throwable th, CommandBuilder builder)
           
 
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

MorphlineCompilationException

public MorphlineCompilationException(String msg,
                                     com.typesafe.config.Config config)

MorphlineCompilationException

public MorphlineCompilationException(String msg,
                                     com.typesafe.config.Config config,
                                     Throwable th)

MorphlineCompilationException

public MorphlineCompilationException(String msg,
                                     com.typesafe.config.Config config,
                                     Throwable th,
                                     CommandBuilder builder)


Copyright © 2013–2014. All rights reserved.