|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.deduced.CompilationFailedException
public class CompilationFailedException
CompilationFailedException
Field Summary | |
---|---|
private static long |
serialVersionUID
serialVersionUID |
Constructor Summary | |
---|---|
CompilationFailedException()
CompilationFailedException constructor |
|
CompilationFailedException(java.lang.String message)
CompilationFailedException constructor |
|
CompilationFailedException(java.lang.String message,
java.lang.Throwable cause)
CompilationFailedException constructor |
|
CompilationFailedException(java.lang.Throwable cause)
CompilationFailedException constructor |
Method Summary |
---|
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 |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public CompilationFailedException()
public CompilationFailedException(java.lang.Throwable cause)
cause
- causepublic CompilationFailedException(java.lang.String message)
message
- messagepublic CompilationFailedException(java.lang.String message, java.lang.Throwable cause)
message
- messagecause
- cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |