com.sun.mdm.index.objects.epath
Class EPathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.mdm.index.master.EViewException
              extended bycom.sun.mdm.index.master.ProcessingException
                  extended bycom.sun.mdm.index.objects.epath.EPathException
All Implemented Interfaces:
java.io.Serializable

public class EPathException
extends ProcessingException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
EPathException()
          Creates a new instance of EPathException without detail message.
EPathException(java.lang.String msg)
          Constructs an instance of EPathException with the specified detail message.
EPathException(java.lang.String msg, java.lang.Throwable t)
          Constructs an instance of EPathException with the specified detail message and cause.
EPathException(java.lang.Throwable t)
          Constructs an instance of EPathException with the specified cause.
 
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

EPathException

public EPathException()
Creates a new instance of EPathException without detail message.


EPathException

public EPathException(java.lang.String msg)
Constructs an instance of EPathException with the specified detail message.

Parameters:
msg - the detail message.

EPathException

public EPathException(java.lang.String msg,
                      java.lang.Throwable t)
Constructs an instance of EPathException with the specified detail message and cause.

Parameters:
msg - detailed message
t - cause

EPathException

public EPathException(java.lang.Throwable t)
Constructs an instance of EPathException with the specified cause.

Parameters:
t - cause


Sun Microsystems, Inc.