KIE EAP - Maven plugin 6.1.0.Final

org.kie.integration.eap.maven.exception
Class EAPModuleDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kie.integration.eap.maven.exception.EAPModuleDefinitionException
All Implemented Interfaces:
Serializable

public class EAPModuleDefinitionException
extends Exception

Exception for an invalid definition for a single static module.

See Also:
Serialized Form

Constructor Summary
EAPModuleDefinitionException(String moduleName, String message)
           
EAPModuleDefinitionException(String moduleName, String message, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 String getModuleName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

EAPModuleDefinitionException

public EAPModuleDefinitionException(String moduleName,
                                    String message)

EAPModuleDefinitionException

public EAPModuleDefinitionException(String moduleName,
                                    String message,
                                    Throwable cause)
Method Detail

getModuleName

public String getModuleName()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

KIE EAP - Maven plugin 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.