| HttpException |
|
| SugarAppContextMissingException |
The exception that is thrown when ApplicationContext is missing. |
| SugarArgumentException |
The exception that is thrown when one of the arguments provided to a method is not valid. |
| SugarArgumentNullException |
The exception that is thrown when a nil reference is passed to a method that does not accept it as a valid argument. |
| SugarArgumentOutOfRangeException |
The exception that is thrown when the value of an argument is outside the allowable range of values. |
| SugarException |
Represents errors that occur during application execution. |
| SugarFileNotFoundException |
Represents exception that is thrown when specific file can not be found. |
| SugarFormatException |
The exception that is thrown when the format of an argument does not meet the parameter specifications. |
| SugarInvalidOperationException |
The exception that is thrown when a method call is invalid for the object's current state. |
| SugarIOException |
The exception that is thrown when an I/O error occurs. |
| SugarKeyNotFoundException |
The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection. |
| SugarNotImplementedException |
The exception that is thrown when a requested method is not implemented. |
| SugarNotSupportedException |
The exception that is thrown when an invoked method is not supported. |
| SugarStackEmptyException |
The exception that is thrown when a stack contains no elements. |