cakoose.util.parser
Class FProblemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cakoose.util.parser.FProblemException
All Implemented Interfaces:
Serializable

public class FProblemException
extends Exception

See Also:
Serialized Form

Field Summary
 List<FProblem> problems
           
 
Constructor Summary
FProblemException(FProblem problem)
           
FProblemException(Iterable<FProblem> problems)
           
 
Method Summary
 String getMessage()
           
static FProblemException pex(FSourcePos sourcePos, String message)
           
static FProblemException pex(FSourcePos sourcePos, String message, FSourcePos l2, String m2)
           
 
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

problems

public final List<FProblem> problems
Constructor Detail

FProblemException

public FProblemException(FProblem problem)

FProblemException

public FProblemException(Iterable<FProblem> problems)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

pex

public static FProblemException pex(FSourcePos sourcePos,
                                    String message)

pex

public static FProblemException pex(FSourcePos sourcePos,
                                    String message,
                                    FSourcePos l2,
                                    String m2)