public class ParseException
extends java.lang.Exception
es.ehu.si.ixa.prebmt.parsing
.Constructor and Description |
---|
ParseException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
ParseException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
ParseException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.
|
public ParseException(java.lang.String message)
message
- the detail message.public ParseException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message.cause
- the cause.public ParseException(java.lang.Throwable cause)
cause
- the cause.