|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
cakoose.util.parser.FProblemException
public class FProblemException
| 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 |
|---|
public final List<FProblem> problems
| Constructor Detail |
|---|
public FProblemException(FProblem problem)
public FProblemException(Iterable<FProblem> problems)
| Method Detail |
|---|
public String getMessage()
getMessage in class Throwable
public static FProblemException pex(FSourcePos sourcePos,
String message)
public static FProblemException pex(FSourcePos sourcePos,
String message,
FSourcePos l2,
String m2)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||