org.sca4j.introspection.xml
Class InvalidPrefixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sca4j.host.SCA4JException
              extended by org.sca4j.introspection.IntrospectionException
                  extended by org.sca4j.introspection.xml.LoaderException
                      extended by org.sca4j.introspection.xml.InvalidPrefixException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPrefixException
extends LoaderException

Denotes an invalid QName prefix.

Version:
$Rev: 4301 $ $Date: 2008-05-23 06:33:58 +0100 (Fri, 23 May 2008) $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sca4j.introspection.xml.LoaderException
UNDEFINED
 
Constructor Summary
InvalidPrefixException(java.lang.String message, java.lang.String prefix, javax.xml.stream.XMLStreamReader reader)
           
 
Method Summary
 java.lang.String getPrefix()
           
 
Methods inherited from class org.sca4j.introspection.xml.LoaderException
getColumn, getLine, getResourceURI, toString
 
Methods inherited from class org.sca4j.host.SCA4JException
getIdentifier, printStackTraceElements
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPrefixException

public InvalidPrefixException(java.lang.String message,
                              java.lang.String prefix,
                              javax.xml.stream.XMLStreamReader reader)
Method Detail

getPrefix

public java.lang.String getPrefix()


Copyright © 2008-2011 Service Symphony. All Rights Reserved.