|
|||||||||
| 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.ProblemException
public class ProblemException
| Field Summary | |
|---|---|
List<Problem> |
problems
|
| Constructor Summary | |
|---|---|
ProblemException(Iterable<Problem> problems)
|
|
ProblemException(Problem problem)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
|
static ProblemException |
pex(SourcePos sourcePos,
String message)
|
static ProblemException |
pex(SourcePos sourcePos,
String message,
SourcePos 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<Problem> problems
| Constructor Detail |
|---|
public ProblemException(Problem problem)
public ProblemException(Iterable<Problem> problems)
| Method Detail |
|---|
public String getMessage()
getMessage in class Throwable
public static ProblemException pex(SourcePos sourcePos,
String message)
public static ProblemException pex(SourcePos sourcePos,
String message,
SourcePos l2,
String m2)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||