net.sourceforge.nrl.parser
Class ModelLoadingError

java.lang.Object
  extended by net.sourceforge.nrl.parser.NRLError
      extended by net.sourceforge.nrl.parser.SemanticError
          extended by net.sourceforge.nrl.parser.ModelLoadingError

public class ModelLoadingError
extends SemanticError

Specific error for models which are referenced by something but could not be loaded.

Since:
1.4.10

Constructor Summary
ModelLoadingError(String modelURI)
           
ModelLoadingError(String modelURI, String message)
           
 
Method Summary
 String getModelURI()
          Returns the URI of the model which could not be loaded.
 
Methods inherited from class net.sourceforge.nrl.parser.SemanticError
toString
 
Methods inherited from class net.sourceforge.nrl.parser.NRLError
getColumn, getLength, getLine, getMessage, getStatusCode, setColumn, setLength, setLine, setMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelLoadingError

public ModelLoadingError(String modelURI)

ModelLoadingError

public ModelLoadingError(String modelURI,
                         String message)
Method Detail

getModelURI

public String getModelURI()
Returns the URI of the model which could not be loaded.

Returns:


Copyright © 2006-2013. All Rights Reserved.