soapical.util
Class NsPrefixUnresolvedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
soapical.util.NsPrefixUnresolvedException
- All Implemented Interfaces:
- java.io.Serializable
- public class NsPrefixUnresolvedException
- extends java.lang.IllegalArgumentException
- Version:
- $Revision: 1.1.1.1 $
$Date: 2003/04/21 09:43:18 $
- Author:
- Eric Kow (kow at loria point fr)
- See Also:
- Serialized Form
Method Summary |
static java.lang.String |
nsPrefixUnresolved(java.lang.String prefix)
|
static java.lang.String |
nsPrefixUnresolved(java.lang.String prefix,
java.lang.String qName)
|
static java.lang.String |
nsPrefixUnresolved(java.lang.String location,
java.lang.String prefix,
java.lang.String qName)
|
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NsPrefixUnresolvedException
public NsPrefixUnresolvedException(java.lang.String location,
java.lang.String prefix,
java.lang.String qName)
- Parameters:
location
- a description of where the error occured;
this would most likely be a function name
in your code (this may be null)prefix
- the prefix in questionqName
- the qualified name of the node which has
the prefix (this may be null)
nsPrefixUnresolved
public static java.lang.String nsPrefixUnresolved(java.lang.String location,
java.lang.String prefix,
java.lang.String qName)
- Parameters:
location
- a description of where the error occured;
this would most likely be a function name
in your code (this may be null)prefix
- the prefix in questionqName
- the qualified name of the node which has
the prefix (this may be null)
nsPrefixUnresolved
public static java.lang.String nsPrefixUnresolved(java.lang.String prefix,
java.lang.String qName)
- Parameters:
prefix
- the prefix in questionqName
- the qualified name of the node which has
the prefix (this may be null)
nsPrefixUnresolved
public static java.lang.String nsPrefixUnresolved(java.lang.String prefix)
- Parameters:
prefix
- the prefix in question