public class ProducerException
extends java.lang.Exception
| Constructor and Description |
|---|
ProducerException(java.lang.String msg) |
ProducerException(java.lang.String msg,
java.lang.String file,
int line) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the formatted error message for this exception.
|
java.lang.String |
getOriginFile()
The origin of the instruction that caused the producer to fail
|
int |
getOriginLine()
The origin line of the instruction that caused the producer to fail
|
public ProducerException(java.lang.String msg)
public ProducerException(java.lang.String msg,
java.lang.String file,
int line)
public java.lang.String getOriginFile()
public int getOriginLine()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable