public class DmnModelInstanceNotFoundException extends DecisionException
This exception is thrown when a DmnModelInstance
is not found.
Constructor and Description |
---|
DmnModelInstanceNotFoundException() |
DmnModelInstanceNotFoundException(String message) |
DmnModelInstanceNotFoundException(String message,
Throwable cause) |
DmnModelInstanceNotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DmnModelInstanceNotFoundException()
public DmnModelInstanceNotFoundException(String message, Throwable cause)
public DmnModelInstanceNotFoundException(String message)
public DmnModelInstanceNotFoundException(Throwable cause)
Copyright © 2022. All rights reserved.