Class CrosswalkObjectNotSupported

  • All Implemented Interfaces:
    Serializable

    public class CrosswalkObjectNotSupported
    extends CrosswalkException
    Something went wrong inside the crosswalk, not necessarily caused by the input or state (although it could be an incorrectly handled pathological case). Most likely caused by a configuration problem. It deserves its own exception because many crosswalks are configuration-driven (e.g. the XSLT crosswalks) so configuration errors are likely to be common enough that they ought to be easy to identify and debug.
    Version:
    $Revision$
    Author:
    Larry Stone
    See Also:
    Serialized Form
    • Constructor Detail

      • CrosswalkObjectNotSupported

        public CrosswalkObjectNotSupported​(String s)
      • CrosswalkObjectNotSupported

        public CrosswalkObjectNotSupported​(String arg0,
                                           Throwable arg1)
      • CrosswalkObjectNotSupported

        public CrosswalkObjectNotSupported​(Throwable arg0)