|
PAJES 2.3.9 | |||||||||
| 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.pajes.html.TagException
Thrown when a run-time exception relating to the construction of an HTML tag occurs.
| Field Summary | |
static java.lang.String |
CLONE_NOT_SUPPORTED
Message key for when a CloneNotSupportedException is unexpectedly thrown. |
static java.lang.String |
ILLEGAL_ACCESSKEY_ATTRIBUTE_FOR_LABEL
Message key for when a Label is passed an illegal value for the
ACCESSKEY attribute. |
static java.lang.String |
ILLEGAL_NULL_FOR_ATTRIBUTE_FOR_LABEL
Message key for when a Label is passed a null for the mandatory
FOR attribute. |
static java.lang.String |
ILLEGAL_ONCHANGE_HANDLER
Message key for when a Input sub-class illegally defines an
OnChange handler. |
static java.lang.String |
ILLEGAL_ONCLICK_HANDLER
Message key for when a Input sub-class illegally defines an
OnClick handler. |
static java.lang.String |
ILLEGAL_PAJE_IN_CONTAINER
Message key for when an attempt is made to add a Paje to a
Container. |
static java.lang.String |
ILLEGAL_SCRIPT_STATE
Message key for when a Script sub-class illegally defines both a
SRC attribute and contains script content. |
static java.lang.String |
INVALID_APPLET_CONTENT
Message key for when an attempt is made to add an object to a Applet that is not a Parameter. |
static java.lang.String |
INVALID_BULLET_TYPE
Message key for when a UnOrderedList is defined with an invalid
bullet type. |
static java.lang.String |
INVALID_CLEAR_ALIGNMENT
Message key for when an invalid alignment constant is specified. |
static java.lang.String |
INVALID_CONTAINER
Message key for when a PajeTemplate encounters a different
Container sub-class than is expected when parsing the HTML
Source document. |
static java.lang.String |
INVALID_FRAMESET_CONTENT
Message key for when an attempt is made to add an object to a FrameSet that is not a Frame or another FrameSet. |
static java.lang.String |
INVALID_HEADING_LEVEL
Message key for when a Heading is defined with an invalid
heading level. |
static java.lang.String |
INVALID_HEX_COLOUR
Message key for when a Color is defined with invalid hexadecimal
colour values. |
static java.lang.String |
INVALID_HORIZONTAL_ALIGNMENT
Message key for when an invalid alignment constant is specified. |
static java.lang.String |
INVALID_INT_COLOUR
Message key for when a Color is defined with invalid integer
colour values. |
static java.lang.String |
INVALID_LABEL_TYPE
Message key for when a OrderedList is defined with invalid label
type. |
static java.lang.String |
INVALID_LIST_CONTENT
Message key for when an attempt is made to add an object to a ListContainer that is not valid. |
static java.lang.String |
INVALID_NULL_IN_CONTAINER
Message key for when an attempt is made to add a null to a Container. |
static java.lang.String |
INVALID_OPTGROUP_CONTENT
Message key for when an attempt is made to add an object to a OptionGroup that is not valid. |
static java.lang.String |
INVALID_SCRIPT_CONTENT
Message key for when an attempt is made to add an object to a Script that is not a PlainText instance. |
static java.lang.String |
INVALID_SELECT_CONTENT
Message key for when an attempt is made to add an object to a Select during the construction of a PajeTemplate that is not
an option or a single script. |
static java.lang.String |
INVALID_SELECT_OPTION_INDEX
Message key for when a negative number is specified for an option in an Select that is to be ignored in mandatory field validation. |
static java.lang.String |
INVALID_START_SEQUENCE
Message key for when a OrderedList is defined with invalid
starting sequence number. |
static java.lang.String |
INVALID_STYLESHEET_CONTENT
Message key for when an attempt is made to add an object to a StyleSheet that is not a PlainText instance. |
static java.lang.String |
INVALID_TABLE_ROW_CONTAINER_CONTENT
Message key for when an attempt is made to add an object to a Table row container ( TBODY, THEAD or TFOOT) that is not a Table.Row. |
static java.lang.String |
MISSING_ANCHOR_URL
Message key for when a Anchor is defined without an HREF
attribute. |
static java.lang.String |
MISSING_FORM
Message key for when a Input sub-class is defined without
specifying the Form on which it is being placed. |
static java.lang.String |
MISSING_NAME
Message key for when a Input sub-class is defined without
specifying the NAME= attribute. |
static java.lang.String |
MISSING_OPTGROUP
Message key for when an </OPTGROUP> tag is found without a matching <OPTGROUP>. |
static java.lang.String |
RESOURCE_NOT_FOUND
Message key for when a PajeFactory cannot locate the base PajeResource defined on its constructor. |
| Constructor Summary | |
TagException(java.lang.String messageKey)
Creates a new exception, using the specified message key to locate the actual message to be displayed. |
|
TagException(java.lang.String messageKey,
java.lang.String[] arguments)
Creates a new exception, using the specified message key to locate the actual message to be displayed. |
|
| 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 |
| Field Detail |
public static final java.lang.String CLONE_NOT_SUPPORTED
public static final java.lang.String ILLEGAL_ACCESSKEY_ATTRIBUTE_FOR_LABEL
Label is passed an illegal value for the
ACCESSKEY attribute.
public static final java.lang.String ILLEGAL_NULL_FOR_ATTRIBUTE_FOR_LABEL
Label is passed a null for the mandatory
FOR attribute.
public static final java.lang.String ILLEGAL_ONCHANGE_HANDLER
Input sub-class illegally defines an
OnChange handler.
public static final java.lang.String ILLEGAL_ONCLICK_HANDLER
Input sub-class illegally defines an
OnClick handler.
public static final java.lang.String ILLEGAL_PAJE_IN_CONTAINER
Paje to a
Container.
public static final java.lang.String ILLEGAL_SCRIPT_STATE
Script sub-class illegally defines both a
SRC attribute and contains script content.
public static final java.lang.String INVALID_APPLET_CONTENT
Applet that is not a Parameter.
public static final java.lang.String INVALID_BULLET_TYPE
UnOrderedList is defined with an invalid
bullet type.
public static final java.lang.String INVALID_CLEAR_ALIGNMENT
public static final java.lang.String INVALID_CONTAINER
PajeTemplate encounters a different
Container sub-class than is expected when parsing the HTML
Source document.
public static final java.lang.String INVALID_FRAMESET_CONTENT
FrameSet that is not a Frame or another FrameSet.
public static final java.lang.String INVALID_HEADING_LEVEL
Heading is defined with an invalid
heading level.
public static final java.lang.String INVALID_HEX_COLOUR
Color is defined with invalid hexadecimal
colour values.
public static final java.lang.String INVALID_HORIZONTAL_ALIGNMENT
public static final java.lang.String INVALID_INT_COLOUR
Color is defined with invalid integer
colour values.
public static final java.lang.String INVALID_LABEL_TYPE
OrderedList is defined with invalid label
type.
public static final java.lang.String INVALID_NULL_IN_CONTAINER
Container.
public static final java.lang.String INVALID_OPTGROUP_CONTENT
OptionGroup that is not valid.
public static final java.lang.String INVALID_LIST_CONTENT
ListContainer that is not valid.
public static final java.lang.String INVALID_SCRIPT_CONTENT
Script that is not a PlainText instance.
public static final java.lang.String INVALID_SELECT_CONTENT
Select during the construction of a PajeTemplate that is not
an option or a single script.
public static final java.lang.String INVALID_SELECT_OPTION_INDEX
Select that is to be ignored in mandatory field validation.
public static final java.lang.String INVALID_START_SEQUENCE
OrderedList is defined with invalid
starting sequence number.
public static final java.lang.String INVALID_STYLESHEET_CONTENT
StyleSheet that is not a PlainText instance.
public static final java.lang.String INVALID_TABLE_ROW_CONTAINER_CONTENT
TBODY, THEAD or TFOOT) that is not a Table.Row.
public static final java.lang.String MISSING_ANCHOR_URL
Anchor is defined without an HREF
attribute.
public static final java.lang.String MISSING_FORM
Input sub-class is defined without
specifying the Form on which it is being placed.
public static final java.lang.String MISSING_NAME
Input sub-class is defined without
specifying the NAME= attribute.
public static final java.lang.String MISSING_OPTGROUP
public static final java.lang.String RESOURCE_NOT_FOUND
PajeFactory cannot locate the base PajeResource defined on its constructor.
| Constructor Detail |
public TagException(java.lang.String messageKey)
messageKey - the key from which the actual exception message will
be located.
public TagException(java.lang.String messageKey,
java.lang.String[] arguments)
messageKey - the key from which the actual exception message will
be located.arguments - any arguments to be passed to create the complete
message.
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||