Class MalformedSourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang3.exception.ContextedRuntimeException
net.sourceforge.pmd.lang.ast.FileAnalysisException
net.sourceforge.pmd.lang.ast.impl.javacc.MalformedSourceException
All Implemented Interfaces:
Serializable, org.apache.commons.lang3.exception.ExceptionContext

public class MalformedSourceException extends FileAnalysisException
A FileAnalysisException thrown when the source format is invalid, for example if some unicode escapes cannot be translated.
See Also: