it.unitn.disi.smatch
Class SMatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.unitn.disi.smatch.SMatchException
All Implemented Interfaces:
java.io.Serializable

public class SMatchException
extends java.lang.Exception

Main component exception.

Author:
Aliaksandr Autayeu avtaev@gmail.com
See Also:
Serialized Form

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

SMatchException

public SMatchException(java.lang.String errorDescription)
Constructor Creates a new Exception by using super(msg) method

Parameters:
errorDescription - the description of the error

SMatchException

public SMatchException(java.lang.String errorDescription,
                       java.lang.Throwable cause)
Constructor Creates a new Exception by using super(msg, cause) method

Parameters:
errorDescription - the description of the error
cause - the cause


© 2010 Knowdive @ DISI