ucot.model
Class AnalyzeModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ucot.model.AnalyzeModelException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- NoSuchAttributeException, NoSuchChildException, NoSuchEntityException, NoSuchMethodException, NoSuchParentException
public class AnalyzeModelException
- extends java.lang.Exception
General exception used by analyzemodel
- Author:
- tujupien
- 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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
AnalyzeModelException
public AnalyzeModelException()
AnalyzeModelException
public AnalyzeModelException(java.lang.String message)
AnalyzeModelException
public AnalyzeModelException(java.lang.String message,
java.lang.Throwable cause)
AnalyzeModelException
public AnalyzeModelException(java.lang.Throwable cause)