mta.mining.ab
Class NoInformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
mta.mining.ab.NoInformationException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoInformationException
- extends java.lang.Exception
Exception thrown to indicate that information is not available about
a particular call site. This indicates that it is not possible to
determine whether a call occurs in exceptional cleanup code.
- Author:
- Alex Kinneer
- 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoInformationException
public NoInformationException()
NoInformationException
public NoInformationException(java.lang.String message)
NoInformationException
public NoInformationException(java.lang.Throwable cause)
NoInformationException
public NoInformationException(java.lang.String message,
java.lang.Throwable cause)