|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
it.unitn.disi.smatch.SMatchException
public class SMatchException
Main component exception.
| Constructor Summary | |
|---|---|
SMatchException(java.lang.String errorDescription)
Constructor Creates a new Exception by using super(msg) method |
|
SMatchException(java.lang.String errorDescription,
java.lang.Throwable cause)
Constructor Creates a new Exception by using super(msg, cause) method |
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public SMatchException(java.lang.String errorDescription)
errorDescription - the description of the error
public SMatchException(java.lang.String errorDescription,
java.lang.Throwable cause)
errorDescription - the description of the errorcause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||