public class ViewException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ViewException(java.lang.Exception e)
Builds a
ViewException |
ViewException(java.lang.String msg)
Builds a
ViewException |
ViewException(java.lang.String msg,
java.lang.Exception e)
Builds a
ViewException |
public ViewException(java.lang.String msg)
ViewExceptionmsg - The message.public ViewException(java.lang.Exception e)
ViewExceptione - The exception caused.public ViewException(java.lang.String msg,
java.lang.Exception e)
ViewExceptionmsg - The message.e - The exception caused.