Class VisitorNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.xmlet.xsdparser.xsdelements.exceptions.VisitorNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class VisitorNotFoundException extends java.lang.RuntimeExceptionException that is thrown every time that anXsdAbstractElement.accept(org.xmlet.xsdparser.xsdelements.visitors.XsdAbstractElementVisitor)method is accessed when the concrete element shouldn't receive visits.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VisitorNotFoundException(java.lang.String message)
-