com.stc.eindex.objects.epath
Class EPathException

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

public class EPathException
extends ProcessingException

The EPathException class represents an exception thrown when the specified ePath for a field in the enterprise object cannot be found.

See Also:
Serialized Form

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

Parameters:
None.
Throws:
None.


EPathException

public EPathException(java.lang.String msg)
Creates a new instance of the EPathException class with an error message.

Parameters:
msg - The error message to display for the type of error that occurred.
Throws:
None.

EPathException

public EPathException(java.lang.String msg,
                      java.lang.Throwable t)
Creates a new instance of the EPathException class with an error message and a chain of errors.

Parameters:
msg - The error message to display for the type of error that occurred.
t - The chain of errors that caused the exception.
Throws:
None.

EPathException

public EPathException(java.lang.Throwable t)
Creates a new instance of the EPathException class without an error message but with a chain of errors.

Parameters:
t - The chain of errors that caused the exception.
Throws:
None.


Copyright 2007 by Sun Microsystems, Inc. All Rights Reserved.