|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.backport175.compiler.CompilerException
org.codehaus.backport175.compiler.javadoc.SourceParseException
public class SourceParseException
Thrown when error in parsing of the source code.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.backport175.compiler.CompilerException |
|---|
m_originalException, m_sourceLocation |
| Constructor Summary | |
|---|---|
SourceParseException(java.lang.String message)
Sets the message for the exception. |
|
SourceParseException(java.lang.String message,
java.lang.Throwable throwable)
Sets the message for the exception and the original exception being wrapped. |
|
| Method Summary |
|---|
| Methods inherited from class org.codehaus.backport175.compiler.CompilerException |
|---|
getLocation, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SourceParseException(java.lang.String message)
message - the message
public SourceParseException(java.lang.String message,
java.lang.Throwable throwable)
message - the detail of the error messagethrowable - the original exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||