org.planx.xmlstore.io
Class UnknownLocatorException

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

public class UnknownLocatorException
extends UnknownReferenceException

Author:
Thomas Ambus
See Also:
Serialized Form

Constructor Summary
UnknownLocatorException(String msg)
           
UnknownLocatorException(String msg, Throwable cause)
           
UnknownLocatorException(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

UnknownLocatorException

public UnknownLocatorException(Throwable cause)

UnknownLocatorException

public UnknownLocatorException(String msg)

UnknownLocatorException

public UnknownLocatorException(String msg,
                               Throwable cause)


Copyright © 2010. All Rights Reserved.