com.ewon.ewonitf
Class EWException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ewon.ewonitf.EWException
public class EWException
- extends Exception
Signals that an eWON exception of some sort has occurred. This
class is the general class of exceptions produced by failure in
the execution of eWON code. More information can by found
in the eWON events file.
Constructor Summary |
EWException()
Constructs an EWException with null
as its error detail message. |
EWException(String s)
Constructs an EWException with the specified detail
message. |
EWException
public EWException()
- Constructs an
EWException
with null
as its error detail message.
EWException
public EWException(String s)
- Constructs an
EWException
with the specified detail
message. The error message string s
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.
- Parameters:
s
- the detail message.
www.eWON.biz: Your Eyes Watching Over Net