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

Field Summary
 java.lang.String charset
           
 java.lang.String pagePath
           
 java.lang.String rootCause
           
 
Constructor Summary
JSPParserBase.BadEncodingException(java.lang.String pagePath, java.lang.String charset, java.lang.Exception rootCause)
           
 
Methods inherited from class jrunx.util.ReflectionMessageException
getMessage, getMessage, getMessageString
 
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
 

Field Detail

pagePath

public final java.lang.String pagePath

rootCause

public final java.lang.String rootCause

charset

public final java.lang.String charset
Constructor Detail

JSPParserBase.BadEncodingException

public JSPParserBase.BadEncodingException(java.lang.String pagePath,
                                          java.lang.String charset,
                                          java.lang.Exception rootCause)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.