org.gecode.ArgumentSizeMismatchException Class Reference
[Gecode/J exceptions]
List of all members.Detailed Description
Mismatch in argument-size.
Definition at line 29 of file ArgumentSizeMismatchException.java.
Public Member Functions | |
| ArgumentSizeMismatchException () | |
| ArgumentSizeMismatchException (String message) | |
| ArgumentSizeMismatchException (String message, Throwable cause) | |
| ArgumentSizeMismatchException (Throwable cause) | |
Constructor & Destructor Documentation
| org.gecode.ArgumentSizeMismatchException.ArgumentSizeMismatchException | ( | ) |
Definition at line 31 of file ArgumentSizeMismatchException.java.
| org.gecode.ArgumentSizeMismatchException.ArgumentSizeMismatchException | ( | String | message | ) |
Definition at line 32 of file ArgumentSizeMismatchException.java.
| org.gecode.ArgumentSizeMismatchException.ArgumentSizeMismatchException | ( | String | message, | |
| Throwable | cause | |||
| ) |
Definition at line 35 of file ArgumentSizeMismatchException.java.
| org.gecode.ArgumentSizeMismatchException.ArgumentSizeMismatchException | ( | Throwable | cause | ) |
Definition at line 38 of file ArgumentSizeMismatchException.java.
The documentation for this class was generated from the following file:
