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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.