public class ExceptionLogicMalformedSignal
extends java.lang.RuntimeException
Constructor and Description |
---|
ExceptionLogicMalformedSignal(char bad,
java.lang.String msg)
the constuctor of exception has char and msg
|
Modifier and Type | Method and Description |
---|---|
char |
getBad()
Returns the bad char
|
java.lang.String |
getMsg()
Returns the string of this message
|
void |
setBad(char bad)
set the char bad to this bad value
|
void |
setMsg(java.lang.String msg)
set the the msg to this msg value
|
java.lang.String |
toString()
toString is the message of this exception
|
public ExceptionLogicMalformedSignal(char bad, java.lang.String msg)
public java.lang.String toString()
toString
in class java.lang.Throwable
public char getBad()
public java.lang.String getMsg()
public void setBad(char bad)
public void setMsg(java.lang.String msg)