org.jxcl.exception
Class JXCLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jxcl.exception.JXCLException
All Implemented Interfaces:
java.io.Serializable

public class JXCLException
extends java.lang.Exception

A superclass for all exceptions that can be thrown by JXCL.

Author:
Jim Dixon
See Also:
Serialized Form

Constructor Summary
JXCLException()
           
JXCLException(java.lang.String msg)
           
 
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

JXCLException

public JXCLException()

JXCLException

public JXCLException(java.lang.String msg)