net.sourceforge.nrl.parser.model.loader
Class ModelLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.nrl.parser.model.loader.ModelLoadingException
All Implemented Interfaces:
Serializable

public class ModelLoadingException
extends Exception

Exception thrown by IModelLoaders.

Since:
1.4.9
See Also:
Serialized Form

Constructor Summary
ModelLoadingException(String message)
           
ModelLoadingException(String message, 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

ModelLoadingException

public ModelLoadingException(String message,
                             Throwable cause)

ModelLoadingException

public ModelLoadingException(String message)


Copyright © 2006-2013. All Rights Reserved.