Package org.openl.dependency
Class DependencyNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openl.exception.OpenLCompilationException
-
- org.openl.dependency.DependencyNotFoundException
-
- All Implemented Interfaces:
Serializable
,OpenLException
public class DependencyNotFoundException extends OpenLCompilationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DependencyNotFoundException(String message)
DependencyNotFoundException(String message, Throwable cause)
DependencyNotFoundException(String message, Throwable cause, ILocation location)
DependencyNotFoundException(String message, Throwable insideCause, ILocation location, IOpenSourceCodeModule source)
-
Method Summary
-
Methods inherited from class org.openl.exception.OpenLCompilationException
getCause, getLocation, getOriginalCause, getSourceCode, getSourceLocation, getSourceUri, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openl.exception.OpenLException
getMessage
-
-
-
-
Constructor Detail
-
DependencyNotFoundException
public DependencyNotFoundException(String message, Throwable insideCause, ILocation location, IOpenSourceCodeModule source)
-
DependencyNotFoundException
public DependencyNotFoundException(String message, Throwable cause, ILocation location)
-
DependencyNotFoundException
public DependencyNotFoundException(String message)
-
-