org.qedeq.kernel.xml.mapper
Class LocationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.qedeq.kernel.se.common.QedeqException
              extended by org.qedeq.kernel.se.common.ModuleDataException
                  extended by org.qedeq.kernel.xml.mapper.LocationNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class LocationNotFoundException
extends ModuleDataException

Thrown if the location was not found.

Author:
Michael Meyling
See Also:
Serialized Form

Constructor Summary
LocationNotFoundException(ModuleContext context, java.lang.String matching, java.lang.String find)
          Constructs an exception.
 
Method Summary
 
Methods inherited from class org.qedeq.kernel.se.common.ModuleDataException
equals, getContext, getReferenceContext, hashCode
 
Methods inherited from class org.qedeq.kernel.se.common.QedeqException
getErrorCode, toString
 
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, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationNotFoundException

public LocationNotFoundException(ModuleContext context,
                                 java.lang.String matching,
                                 java.lang.String find)
Constructs an exception.

Parameters:
context - Context we currently are.
matching - Last matching begin of search context.
find - Context that was searched for.


Copyright © 2014. All Rights Reserved.