|
||||||||||
| 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.zkoss.lang.SystemException
org.zkoss.util.IllegalSyntaxException
public class IllegalSyntaxException
Represents a syntax error.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.zkoss.lang.SystemException |
|---|
SystemException.Aide |
| Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst |
|---|
MessageConst.BundleInfo |
| Field Summary |
|---|
| Fields inherited from class org.zkoss.lang.SystemException |
|---|
_code |
| Fields inherited from interface org.zkoss.mesg.MessageConst |
|---|
NULL_CODE |
| Constructor Summary | |
|---|---|
IllegalSyntaxException()
|
|
IllegalSyntaxException(int code)
|
|
IllegalSyntaxException(int code,
Object fmtArg)
|
|
IllegalSyntaxException(int code,
Object[] fmtArgs)
|
|
IllegalSyntaxException(int code,
Object[] fmtArgs,
Throwable cause)
|
|
IllegalSyntaxException(int code,
Object fmtArg,
Throwable cause)
|
|
IllegalSyntaxException(int code,
Throwable cause)
|
|
IllegalSyntaxException(String msg)
|
|
IllegalSyntaxException(String msg,
Throwable cause)
|
|
IllegalSyntaxException(Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class org.zkoss.lang.SystemException |
|---|
getCode |
| 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 IllegalSyntaxException(String msg,
Throwable cause)
public IllegalSyntaxException(String msg)
public IllegalSyntaxException(Throwable cause)
public IllegalSyntaxException()
public IllegalSyntaxException(int code,
Object[] fmtArgs,
Throwable cause)
public IllegalSyntaxException(int code,
Object fmtArg,
Throwable cause)
public IllegalSyntaxException(int code,
Object[] fmtArgs)
public IllegalSyntaxException(int code,
Object fmtArg)
public IllegalSyntaxException(int code,
Throwable cause)
public IllegalSyntaxException(int code)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||