korat.gui.viz.metamodel
Class SigDoesNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
korat.gui.viz.metamodel.SigDoesNotExistException
- All Implemented Interfaces:
- Serializable
public class SigDoesNotExistException
- extends Exception
- Author:
- Aleksandar Milicevic
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
sigName
private String sigName
SigDoesNotExistException
public SigDoesNotExistException(String sigName,
String message,
Throwable cause)
SigDoesNotExistException
public SigDoesNotExistException(String sigName,
String message)
SigDoesNotExistException
public SigDoesNotExistException(String sigName)
SigDoesNotExistException
public SigDoesNotExistException(String sigName,
Throwable cause)
getSigName
public String getSigName()