|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.mguennewig.pobjects.PObjException
de.mguennewig.pobjects.PObjSyntaxException
public class PObjSyntaxException
Thrown by Type to indicate a syntax
error.
Type.checkSyntax(String),
Type.parse(String),
Serialized Form| Constructor Summary | |
|---|---|
PObjSyntaxException(java.lang.String errorKey,
java.lang.Object... values)
Creates a new PObjSyntaxException. |
|
| Method Summary | |
|---|---|
java.lang.String |
format(java.util.ResourceBundle bundle)
Formats this message into a localized text ready to present to the user. |
java.lang.String |
getErrorKey()
Returns the message key for the error message. |
java.lang.Object[] |
getValues()
Returns the list of optional values that should be inserted into the message. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PObjSyntaxException(java.lang.String errorKey,
java.lang.Object... values)
| Method Detail |
|---|
public final java.lang.String getErrorKey()
public final java.lang.Object[] getValues()
public final java.lang.String format(java.util.ResourceBundle bundle)
java.util.MissingResourceException - if the resource for the
error key can not be found.public java.lang.String toString()
toString in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||