public class PackageIntegrationException extends IntegrationException
Package
into a
RuleBase
.RuleBase#addRule
,
RuleBase.addPackage(org.drools.core.rule.Package)
,
Serialized FormConstructor and Description |
---|
PackageIntegrationException(Package pkg) |
PackageIntegrationException(Package pkg,
Throwable cause) |
PackageIntegrationException(String message,
Package pkg) |
Modifier and Type | Method and Description |
---|---|
Package |
getPackage()
Retrieve the
Package . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PackageIntegrationException(String message, Package pkg)
pkg
- The offending rule.Exception.Exception()
public PackageIntegrationException(Package pkg)
pkg
- The offending rule.Exception.Exception()
public PackageIntegrationException(Package pkg, Throwable cause)
pkg
- The offending rule.Exception.Exception(Throwable cause)
public Package getPackage()
Package
.Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.