public class PlainInputProcessingException extends StreamException
Constructor and Description |
---|
PlainInputProcessingException(java.lang.String msg)
Base constructor.
|
PlainInputProcessingException(java.lang.String msg,
java.lang.Throwable cause)
Constructor when this exception is due to another one.
|
getCause
public PlainInputProcessingException(java.lang.String msg)
msg
- a message concerning the exception.public PlainInputProcessingException(java.lang.String msg, java.lang.Throwable cause)
msg
- a message concerning the exception.cause
- the exception that caused this exception to be thrown.