Tuesday, December 9, 2014

The Basic Exception View

Team. Today, I have posted the exception view's XHTML for your review. It will be served from the object initially. Then, it will come from the file system once all of the method details are resolved. I hope that you are enjoying this project. I would truly appreciate any constructive criticism or suggestion for improving the CAB's design. La-La.

//BEGIN EXCEPTION XHTML
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml">
     <head>
         <title>CABOOSE Embryo - Exception</title>
     </head>
     <body>
         <!--
         I chose that my tile replacement identifiers would
         follow the pattern #ALL_CAPS_JAVA_IDENTIFIER#. This
         is only a convention and not strictly enforced by the
         cab. Obviously, the string used should not collide with
         any other one that might be found in a markup document.
         -->
         <h1>EXCEPTION</h1></br>
         <p>#EXCEPTION_MESSAGE#</p>        
     </body>
 </html>
 //END EXCEPTION XHTML

No comments:

Post a Comment