Liferay 7.0-ce-m3

com.liferay.portal.tools.sourceformatter
Class SourceMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.tools.sourceformatter.SourceMismatchException
All Implemented Interfaces:
Serializable

public class SourceMismatchException
extends PortalException

See Also:
Serialized Form

Constructor Summary
SourceMismatchException(String fileName, String originalSource, String formattedSource)
           
 
Method Summary
 String getFileName()
           
 String getFormattedSource()
           
 String getOriginalSource()
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

SourceMismatchException

public SourceMismatchException(String fileName,
                               String originalSource,
                               String formattedSource)
Method Detail

getFileName

public String getFileName()

getFormattedSource

public String getFormattedSource()

getOriginalSource

public String getOriginalSource()

Liferay 7.0-ce-m3