|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.quattor.pan.exceptions.CompilerError
public class CompilerError
This error is thrown only for conditions which should never occur. They indicate an internal compiler error and should always be reported as a bug when they occur.
| Constructor Summary | |
|---|---|
CompilerError(java.lang.String message)
Creates a raw CompilerError directly from an unlocalized message. |
|
| Method Summary | |
|---|---|
static CompilerError |
create(java.lang.String msgkey,
java.lang.Object... args)
Preferred mechanism for creating a localized CompilerError. |
| 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 CompilerError(java.lang.String message)
message - | Method Detail |
|---|
public static CompilerError create(java.lang.String msgkey,
java.lang.Object... args)
msgkey - args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||