jrun.jsp.parser
Class JSPParserBase.TwoDifferentContentTypesSpecified
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jrunx.util.ReflectionMessageException
|
+--jrun.jsp.parser.JSPParserBase.TwoDifferentContentTypesSpecified
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- JSPParserBase
- public static class JSPParserBase.TwoDifferentContentTypesSpecified
- extends ReflectionMessageException
Parse error: two different encoding's specified "{enc1}" ({page1}:{line1}) and "{enc2}" ({page2}:{line2})
- 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 |
enc1
public final java.lang.String enc1
page1
public final java.lang.String page1
enc2
public final java.lang.String enc2
page2
public final java.lang.String page2
line1
public final int line1
line2
public final int line2
JSPParserBase.TwoDifferentContentTypesSpecified
public JSPParserBase.TwoDifferentContentTypesSpecified(SimpleNode n1,
SimpleNode n2,
java.lang.String page1,
java.lang.String page2)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.