package haxe.exceptions
| .. | |
|---|---|
| ArgumentException | An exception that is thrown when an invalid value provided for an argument of a function. |
| NotImplementedException | An exception that is thrown when requested function or operation does not have an implementation. |
| PosException | An exception that carry position information of a place where it was created. |