NetKernel APIs


org.ten60.netkernel.xml.xda
Class XPathLocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.ten60.netkernel.xml.xda.XPathLocationException
All Implemented Interfaces:
Serializable

public class XPathLocationException
extends Exception

See Also:
Serialized Form

Field Summary
static int AMBIGUOUSTARGET
           
static int MALFORMEDTARGET
           
static int NULLTARGET
           
static int UNKNOWN
           
 
Constructor Summary
XPathLocationException()
          Creates a new instance of XPathImplementationException
XPathLocationException(String aMessage, int aType)
           
 
Method Summary
 String getMessage()
           
 String getMessageWithType()
           
 int getType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NULLTARGET

public static final int NULLTARGET
See Also:
Constant Field Values

AMBIGUOUSTARGET

public static final int AMBIGUOUSTARGET
See Also:
Constant Field Values

MALFORMEDTARGET

public static final int MALFORMEDTARGET
See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values
Constructor Detail

XPathLocationException

public XPathLocationException()
Creates a new instance of XPathImplementationException


XPathLocationException

public XPathLocationException(String aMessage,
                              int aType)
Method Detail

getMessage

public String getMessage()

getMessageWithType

public String getMessageWithType()

getType

public int getType()

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.