org.planx.xmlstore
Class UnknownReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.planx.xmlstore.UnknownReferenceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnknownLocatorException

public class UnknownReferenceException
extends Exception

Author:
Kasper Bøgebjerg, Henning Niss
See Also:
Serialized Form

Constructor Summary
UnknownReferenceException(Reference ref)
           
UnknownReferenceException(String msg)
           
UnknownReferenceException(String msg, Throwable cause)
           
UnknownReferenceException(Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownReferenceException

public UnknownReferenceException(Throwable cause)

UnknownReferenceException

public UnknownReferenceException(String msg)

UnknownReferenceException

public UnknownReferenceException(String msg,
                                 Throwable cause)

UnknownReferenceException

public UnknownReferenceException(Reference ref)


Copyright © 2010. All Rights Reserved.