ZenMagick 0.9.6


org.zenmagick.ZMException

Class ZMException

Exception
|
+--ZMException

public class ZMException
extends Exception

Exception base class.

Author:
DerManoMann
Version:
$Id: ZMException.php 2212 2009-05-07 10:30:58Z dermanomann $

Field Summary
protected mixed

$previous_

Constructor Summary

ZMException(string message, int code, Exception previous)

Create new instance.

Field Detail

previous_

protected mixed $previous_

Constructor Detail

ZMException

public ZMException(string message, int code, Exception previous)

Create new instance.

Parameters:
message - The message; default is null.
code - The exception code; default is 0.
previous - The original exception (if any) for chaining; default is null.

ZenMagick 0.9.6