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

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

public class OperatorLoadingException
extends Exception

Exception thrown by IModelLoaders.

Since:
1.4.9
See Also:
Serialized Form

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

OperatorLoadingException

public OperatorLoadingException(String message,
                                Throwable cause)

OperatorLoadingException

public OperatorLoadingException(String message)


Copyright © 2006-2013. All Rights Reserved.