All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xg.xg_VerificationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----xg.xg_Exception
                           |
                           +----xg.xg_VerificationException

public class xg_VerificationException
extends xg_Exception
An exception which occurred when verifying - ie. calling verify() on - an xg_Node.


Constructor Index

 o xg_VerificationException(String)
Constructor.
 o xg_VerificationException(String, int, int)
Constructor.
 o xg_VerificationException(String, Object[])
Constructor.
 o xg_VerificationException(String, Object[], int, int)
Constructor.

Constructors

 o xg_VerificationException
 public xg_VerificationException(String InputMessageID,
                                 Object InputParameterArray[],
                                 int InputStartOffset,
                                 int InputEndOffset)
Constructor.

Parameters:
InputMessageID - ID to be used to retrieve message text
InputParameterArray - Array of parameter values
InputStartOffset - Start of area in source to highlight
InputEndOffset - End of area in source to highlight
 o xg_VerificationException
 public xg_VerificationException(String InputMessageID,
                                 Object InputParameterArray[])
Constructor.

Parameters:
InputMessageID - ID to be used to retrieve message text
InputParameterArray - Array of parameter values
 o xg_VerificationException
 public xg_VerificationException(String InputMessageID,
                                 int InputStartOffset,
                                 int InputEndOffset)
Constructor.

Parameters:
InputMessageID - ID to be used to retrieve message text
InputStartOffset - Start of area in source to highlight
InputEndOffset - End of area in source to highlight
 o xg_VerificationException
 public xg_VerificationException(String InputMessageID)
Constructor.

Parameters:
InputMessageID - ID to be used to retrieve message text

All Packages  Class Hierarchy  This Package  Previous  Next  Index