dk.brics.servletvalidator.exceptions
Class CanGenerateEmpytException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dk.brics.servletvalidator.exceptions.AnalysisException
                  extended by dk.brics.servletvalidator.exceptions.CanGenerateEmpytException
All Implemented Interfaces:
Serializable

public class CanGenerateEmpytException
extends AnalysisException

Thrown if the EpsilonRemovalVisitor detects that the language contains the string ε which is not a valid XML document

See Also:
Serialized Form

Constructor Summary
CanGenerateEmpytException()
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class dk.brics.servletvalidator.exceptions.AnalysisException
getCodeLocation, setCodeLocation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CanGenerateEmpytException

public CanGenerateEmpytException()
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2008 Mathias Schwarz.