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