com.jaxfront.core.schema
Class KeyRefException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jaxfront.core.schema.KeyRefException
All Implemented Interfaces:
java.io.Serializable

public class KeyRefException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
KeyRefException()
           
KeyRefException(java.lang.String message)
           
KeyRefException(java.lang.String message, java.lang.Throwable throwable)
           
KeyRefException(java.lang.String message, java.util.Vector references)
           
KeyRefException(java.lang.Throwable throwable)
           
 
Method Summary
 java.util.Vector getReferences()
           
 java.util.Vector getReferenceXPaths()
           
 
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

KeyRefException

public KeyRefException()

KeyRefException

public KeyRefException(java.lang.String message)

KeyRefException

public KeyRefException(java.lang.String message,
                       java.util.Vector references)

KeyRefException

public KeyRefException(java.lang.Throwable throwable)

KeyRefException

public KeyRefException(java.lang.String message,
                       java.lang.Throwable throwable)
Method Detail

getReferences

public java.util.Vector getReferences()

getReferenceXPaths

public java.util.Vector getReferenceXPaths()