argutia.logic.syntax
Class SyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by argutia.logic.syntax.SyntaxException
All Implemented Interfaces:
Serializable
public class SyntaxException
extends Exception

Une exception de syntaxe est levée dès lors qu'une formule n'est pas reconnue par la grammaire.

See Also:
Serialized Form
Field Summary
private StyledMessageFormat message
           
private static long serialVersionUID
           
 
Constructor Summary
SyntaxException(StyledMessageFormat message)
           
 
Method Summary
 String getMessage()
           
 StyledMessageFormat getStyledMessageFormat()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Field Detail

serialVersionUID

private static final long serialVersionUID
Constant Field Value:
6234998096543588170L

message

private final StyledMessageFormat message
Constructor Detail

SyntaxException

public SyntaxException(StyledMessageFormat message)
Method Detail

getStyledMessageFormat

public StyledMessageFormat getStyledMessageFormat()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable
Argutia JavaDoc
23 décembre 2007