xdev
Class XDevException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by xdev.XDevException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MPJDevException

public class XDevException
extends java.lang.RuntimeException

XDevException class

Author:
Aamir Shafi
See Also:
Serialized Form

Constructor Summary
XDevException()
           
XDevException(java.lang.String msg)
           
XDevException(java.lang.Throwable cause)
           
 
Method Summary
 
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

XDevException

public XDevException()

XDevException

public XDevException(java.lang.String msg)

XDevException

public XDevException(java.lang.Throwable cause)