public class OpenLCheckedException extends Exception implements OpenLException
Constructor and Description |
---|
OpenLCheckedException() |
OpenLCheckedException(String message) |
OpenLCheckedException(String message,
Throwable cause) |
OpenLCheckedException(String message,
Throwable cause,
ILocation location,
IOpenSourceCodeModule sourceModule) |
OpenLCheckedException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ILocation |
getLocation()
Gets error cause location.
|
IOpenSourceCodeModule |
getSourceModule()
Gets source code module where the error was occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCause, getMessage
public OpenLCheckedException()
public OpenLCheckedException(String message)
public OpenLCheckedException(Throwable cause)
public OpenLCheckedException(String message, Throwable cause, ILocation location, IOpenSourceCodeModule sourceModule)
public ILocation getLocation()
OpenLException
getLocation
in interface OpenLException
public IOpenSourceCodeModule getSourceModule()
OpenLException
getSourceModule
in interface OpenLException
Copyright © 2018. All rights reserved.