|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.genepi.parser.ParseException
public class ParseException
Les instances de cette classe represente un erreur lors du parsing du fichier de connaissance. [Nettoyer, commentaire en fr]
Constructor Summary | |
---|---|
ParseException()
Constructs a build exception with no descriptive information. |
|
ParseException(java.lang.String msg)
Constructs an exception with the given descriptive message. |
|
ParseException(java.lang.String msg,
Location location)
Constructs an exception with the given descriptive message and a location in a file. |
|
ParseException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an exception with the given message and exception as a root cause. |
|
ParseException(java.lang.String msg,
java.lang.Throwable cause,
Location location)
Constructs an exception with the given message and exception as a root cause and a location in a file. |
|
ParseException(java.lang.Throwable cause)
Constructs an exception with the given exception as a root cause. |
Method Summary | |
---|---|
java.lang.Throwable |
getException()
Returns the nested exception. |
Location |
getLocation()
|
void |
setLocation(Location location)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParseException()
public ParseException(java.lang.String msg)
msg
- Description of or information about the exception.public ParseException(java.lang.String msg, java.lang.Throwable cause)
msg
- Description of or information about the exception.cause
- Throwable that might have cause this one.public ParseException(java.lang.String msg, java.lang.Throwable cause, Location location)
msg
- Description of or information about the exception.cause
- Exception that might have cause this one.location
- Location in the project file where the error occured.public ParseException(java.lang.Throwable cause)
cause
- Exception that might have caused this one.public ParseException(java.lang.String msg, Location location)
msg
- Description of or information about the exception.location
- Location in the project file where the error occured.Method Detail |
---|
public java.lang.Throwable getException()
public java.lang.String toString()
toString
in class java.lang.Throwable
public void setLocation(Location location)
public Location getLocation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |