com.github.fge.compiler
Class CompilingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.github.fge.jsonschema.core.exceptions.ProcessingException
              extended by com.github.fge.compiler.CompilingException
All Implemented Interfaces:
Serializable

public final class CompilingException
extends com.github.fge.jsonschema.core.exceptions.ProcessingException

See Also:
Serialized Form

Constructor Summary
CompilingException(com.github.fge.jsonschema.core.report.ProcessingMessage message)
           
CompilingException(com.github.fge.jsonschema.core.report.ProcessingMessage message, Throwable e)
           
CompilingException(String message)
           
 
Method Summary
 
Methods inherited from class com.github.fge.jsonschema.core.exceptions.ProcessingException
getMessage, getProcessingMessage, getShortMessage
 
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

CompilingException

public CompilingException(com.github.fge.jsonschema.core.report.ProcessingMessage message)

CompilingException

public CompilingException(String message)

CompilingException

public CompilingException(com.github.fge.jsonschema.core.report.ProcessingMessage message,
                          Throwable e)