org.jscience.architecture.traffic.xml
Class XMLTreeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jscience.architecture.traffic.TrafficException
org.jscience.architecture.traffic.xml.XMLTreeException
- All Implemented Interfaces:
- java.io.Serializable
public class XMLTreeException
- extends TrafficException
Thrown when something goes wrong while trying to build or parse an
XML tree. For example unbalanced tags ( )
- See Also:
- Serialized Form
| 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 |
XMLTreeException
public XMLTreeException(java.lang.String message)
- Oops...
- Parameters:
message - A description of the problem.