soapical.util
Class NsPrefixUnresolvedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended bysoapical.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

Constructor Summary
NsPrefixUnresolvedException(java.lang.String location, java.lang.String prefix, java.lang.String qName)
           
 
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
 

Constructor Detail

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 question
qName - the qualified name of the node which has the prefix (this may be null)
Method Detail

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 question
qName - 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 question
qName - 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