org.mozilla.jrex.exception
Class JRexException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mozilla.jrex.exception.JRexException
All Implemented Interfaces:
Serializable

public class JRexException
extends Exception

JRexException is just a wrapper arroung java.lang.Exception class.

Version:
1.0
Author:
C.N.Medappa
See Also:
Serialized Form

Constructor Summary
JRexException()
           
JRexException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JRexException

public JRexException()
See Also:
Exception.Exception()

JRexException

public JRexException(String message)
See Also:
Exception.Exception(String)


Copyright © 2004 C.N.Medappa. All Rights Reserved.