org.grinvin.invariants
Class IllegalInvariantComputerException
Exception
org.grinvin.invariants.IllegalInvariantComputerException
public class IllegalInvariantComputerException
extends Exception
Indicates that an invariant computer or invariant factory computer
could not be retreived or instantiated
String | getId() - The identifier of the invariant computer (factory) which caused the
error.
|
IllegalInvariantComputerException
public IllegalInvariantComputerException(String message,
String id)
Construct an exception of this type
message
- Error messageid
- ID of the invariant computer for which this exception was thrown
IllegalInvariantComputerException
public IllegalInvariantComputerException(String message,
String id,
Throwable cause)
Construct an exception of this type
message
- Error messageid
- ID of the invariant computer for which this exception was throwncause
- Underlying cause
getId
public String getId()
The identifier of the invariant computer (factory) which caused the
error.