org.gecode.GecodeException Class Reference
[Gecode/J exceptions]
List of all members.Detailed Description
General Gecode/J runtime exception.
Definition at line 29 of file GecodeException.java.
Public Member Functions | |
| GecodeException () | |
| GecodeException (String message) | |
| GecodeException (String message, Throwable cause) | |
| GecodeException (Throwable cause) | |
Constructor & Destructor Documentation
| org.gecode.GecodeException.GecodeException | ( | ) |
Definition at line 30 of file GecodeException.java.
| org.gecode.GecodeException.GecodeException | ( | String | message | ) |
Definition at line 31 of file GecodeException.java.
| org.gecode.GecodeException.GecodeException | ( | String | message, | |
| Throwable | cause | |||
| ) |
Definition at line 34 of file GecodeException.java.
| org.gecode.GecodeException.GecodeException | ( | Throwable | cause | ) |
Definition at line 37 of file GecodeException.java.
The documentation for this class was generated from the following file:
- org/gecode/GecodeException.java (Revision: 3796)
