EDMNotImplementedException
edm.edom3.exception
Class EDMNotImplementedException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- edm.edom3.exception.EdmiException
- edm.edom3.exception.EDMNotImplementedException
All Implemented Interfaces:java.io.Serializable
public class EDMNotImplementedException extends EdmiException
This exception class catches most errors in the native interface.Â
Copyright(C) EPM Technology AS.Version:7 October 1998.Author:Arne Toen, EPM Technology AS.See Also:Serialized Form
Field Summary
Fields inherited from class edm.edom3.exception.EdmiException
m_edmiError, m_edmiErrorMessage, m_location, m_message
Constructor Summary
ConstructorsÂ
Constructor and Description EDMNotImplementedException(java.lang.String what)
Create a "not implemented" exception
Method Summary
Methods inherited from class edm.edom3.exception.EdmiException
getErrorCode, getErrorText, getMessage, setContextId, setErrorCode, setErrorCodeMessage, setLocation, setMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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
EDMNotImplementedException
public EDMNotImplementedException(java.lang.String what)
Create a "not implemented" exceptionParameters:what - String describing wwhich feature that is missing.