SPL exceptions' class hierarchy may be helpfull for somebody to better understand the whole thing.
Exception
LogicException
BadFunctionCallException
BadMethodCallException
DomainException
InvalidArgumentException
LengthException
OutOfRangeException
RuntimeException
OutOfBoundsException
OverflowException
RangeException
UnderflowException
UnexpectedValueException
Unfortunately the classes are documented rather poorly, without no examples where to use them :(
例外
目次
- BadFunctionCallException
- BadMethodCallException
- DomainException
- InvalidArgumentException
- LengthException
- LogicException
- OutOfBoundsException
- OutOfRangeException
- OverflowException
- RangeException
- RuntimeException
- UnderflowException
- UnexpectedValueException
SPL には標準の例外が用意されています。
定義済みの例外 も参照ください。
Dawid Krysiak
03-Feb-2011 11:25
