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)
ViewException
msg
- The message.public ViewException(java.lang.Exception e)
ViewException
e
- The exception caused.public ViewException(java.lang.String msg, java.lang.Exception e)
ViewException
msg
- The message.e
- The exception caused.