NetKernel APIs


org.ten60.netkernel.xml.xda
Class XPathLocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ten60.netkernel.xml.xda.XPathLocationException
All Implemented Interfaces:
java.io.Serializable

public class XPathLocationException
extends java.lang.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(java.lang.String aMessage, int aType)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.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(java.lang.String aMessage,
                              int aType)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getMessageWithType

public java.lang.String getMessageWithType()

getType

public int getType()

NetKernel APIs


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