public class ZoomException
extends java.lang.Exception
| Constructor and Description |
|---|
ZoomException(java.lang.String message)
Constructor
|
ZoomException(java.lang.String message,
java.lang.Throwable cause)
Constructor
|
public ZoomException(java.lang.String message)
message - The message explaining the exceptionpublic ZoomException(java.lang.String message,
java.lang.Throwable cause)
message - The message explaining the exceptioncause - The cause of the problem