com.connecterra.ale.api
Class ImplementationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.connecterra.ale.api.ALEException
com.connecterra.ale.api.ImplementationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- EngineException
- public class ImplementationException
- extends ALEException
This exception is thrown when there is an internal failure within
the ALE implementation.
For example, if the ale engine fails to write to a file or retrieve
some data from an internal database, an API call could throw this
exception.
- See Also:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ImplementationException
public ImplementationException()
ImplementationException
public ImplementationException(java.lang.String message)
ImplementationException
public ImplementationException(java.lang.String message,
java.lang.Throwable cause)
ImplementationException
public ImplementationException(java.lang.Throwable cause)