org.ontonym.logan
Class LoganException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ontonym.logan.LoganException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- GraphNodeValidationException, JessRuntimeException, QuadValidationException, RuleLoaderException
public class LoganException
- extends RuntimeException
The base class for all exceptions defined by Logan.
- Author:
- Graeme Stevenson (graeme@ontonym.org).
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LoganException
public LoganException(String a_message)
- Creates a new exception with a given message.
- Parameters:
a_message - the error message associated with this exception.
LoganException
public LoganException(String a_message,
Throwable a_throwable)
- Creates a new exception to wrap a
Throwable.
- Parameters:
a_message - the error message associated with this exception.a_throwable - the Throwable to wrap.
Copyright © 2010 Graeme Stevenson.