jrun.jsp.parser
Class JSPParserBase.BadEncodingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jrunx.util.ReflectionMessageException
|
+--jrun.jsp.parser.JSPParserBase.BadEncodingException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- JSPParserBase
- public static class JSPParserBase.BadEncodingException
- extends ReflectionMessageException
({pagePath}) The encoding {charset} was not valid: {rootCause}
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
pagePath
public final java.lang.String pagePath
rootCause
public final java.lang.String rootCause
charset
public final java.lang.String charset
JSPParserBase.BadEncodingException
public JSPParserBase.BadEncodingException(java.lang.String pagePath,
java.lang.String charset,
java.lang.Exception rootCause)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.