public class OntologyResolutionException extends IllegalActionException
Constructor and Description |
---|
OntologyResolutionException(OntologySolverBase solver,
Nameable nameable,
java.lang.String detail)
Construct an exception that includes the OntologySolver
that was involved and the cause.
|
OntologyResolutionException(OntologySolverBase solver,
Nameable nameable,
java.lang.Throwable cause,
java.lang.String detail)
Construct an exception that includes the OntologySolver
that was involved, the Nameable and the cause.
|
OntologyResolutionException(OntologySolverBase solver,
java.lang.String detail)
Construct an exception that includes the OntologySolver
that was involved.
|
Modifier and Type | Method and Description |
---|---|
OntologySolverBase |
getSolver()
Return the OntologySolver with which this exception was
constructed.
|
_setCause, _setMessage, generateMessage, generateMessage, generateMessage, getCause, getFullName, getMessage, getName, getNameable1, getNameable2, printStackTrace, printStackTrace, printStackTrace, stackTraceToString
public OntologyResolutionException(OntologySolverBase solver, java.lang.String detail)
solver
- The OntologySolver, which must not be null.detail
- The message.public OntologyResolutionException(OntologySolverBase solver, Nameable nameable, java.lang.String detail)
solver
- The OntologySolver, which must not be null.nameable
- The Nameable object that was involved.detail
- The message.public OntologyResolutionException(OntologySolverBase solver, Nameable nameable, java.lang.Throwable cause, java.lang.String detail)
solver
- The OntologySolver, which must not be null.nameable
- The Nameable object that was involved.cause
- The cause of this exception, or null if the cause
is not known or nonexistentdetail
- The message.public OntologySolverBase getSolver()