public class WebletException
extends java.lang.Exception
构造器和说明 |
---|
WebletException(java.lang.String msg)
Constructs an instance of
ReportletException with the
specified detail message. |
WebletException(java.lang.String msg,
java.lang.Exception e) |
public WebletException(java.lang.String msg)
ReportletException
with the
specified detail message. A detail message is an
instance of String
that describes this particular
exception.msg
- the detail messagepublic WebletException(java.lang.String msg, java.lang.Exception e)