com.github.fge.jsonschema.exceptions.unchecked
Class ValidationConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.github.fge.jsonschema.exceptions.unchecked.ProcessingError
                  extended by com.github.fge.jsonschema.exceptions.unchecked.ProcessingConfigurationError
                      extended by com.github.fge.jsonschema.exceptions.unchecked.ValidationConfigurationError
All Implemented Interfaces:
Serializable

public final class ValidationConfigurationError
extends ProcessingConfigurationError

Exception thrown on validation configuration errors

See Also:
Serialized Form

Constructor Summary
ValidationConfigurationError(ProcessingMessage message)
           
 
Method Summary
 
Methods inherited from class com.github.fge.jsonschema.exceptions.unchecked.ProcessingError
getMessage, getProcessingMessage
 
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

ValidationConfigurationError

public ValidationConfigurationError(ProcessingMessage message)


Copyright © 2014. All Rights Reserved.