public class IlvGanttReaderException extends Exception
Constructor and Description |
---|
IlvGanttReaderException(Node current,
String description)
Creates an
IlvGanttReaderException . |
IlvGanttReaderException(Node current,
String description,
Throwable cause)
Creates an
IlvGanttReaderException . |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns the detailed description of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IlvGanttReaderException(Node current, String description)
IlvGanttReaderException
.current
- The node where the exception occurs.description
- The description of the exception.public String getMessage()
description
and the
path of the node where the exception occurred.
Below is an example:
Attribute "name" expected at schedule.activities.activity1
getMessage
in class Throwable
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.