eWON JTK

com.ewon.ewonitf
Class EWException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

eWON JTK

www.eWON.biz: Your Eyes Watching Over Net