|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.plovr.CompilationException
public abstract class CompilationException
Base class for compilation errors. Implementations need to provide
a way to convert into a CompilationError
so that the error
can be communicated to the user.
Constructor Summary | |
---|---|
CompilationException(java.lang.String message)
|
|
CompilationException(java.lang.Throwable t)
|
Method Summary | |
---|---|
abstract org.plovr.CompilationError |
createCompilationError()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompilationException(java.lang.String message)
public CompilationException(java.lang.Throwable t)
Method Detail |
---|
public abstract org.plovr.CompilationError createCompilationError()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |