org.apache.slide.common
Class SLMLParsingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.slide.common.SlideException
                    |
                    +--org.apache.slide.common.SLMLParsingException
All Implemented Interfaces:
java.io.Serializable

public class SLMLParsingException
extends SlideException

Slide XML parsing exception.

Version:
$Revision: 1.2 $
Author:
Remy Maucherat
See Also:
Serialized Form

Constructor Summary
SLMLParsingException(java.lang.Exception e)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SLMLParsingException

public SLMLParsingException(java.lang.Exception e)
Constructor.
Parameters:
e - Nested XML parser exception