★ wanayoo — archive 1999 http://sourceware.cygnus.com/kawa/api/gnu/text/SyntaxException.htmlNouvelle recherche | Portail wanayoo

gnu.text
Class SyntaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gnu.text.SyntaxException

public class SyntaxException
extends java.lang.Exception

Used to signal a non-recoverable (i.e. fatal) syntax error.

See Also:
Serialized Form

Constructor Summary
SyntaxException(SourceMessages messages)
           
 
Method Summary
 SourceMessages getMessages()
           
 void printAll(java.io.PrintWriter out, int max)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxException

public SyntaxException(SourceMessages messages)
Method Detail

getMessages

public SourceMessages getMessages()

printAll

public void printAll(java.io.PrintWriter out,
                     int max)