org.springjutsu.validation.namespace
Class ValidationEntityDefinitionParser.ValidationParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springjutsu.validation.namespace.ValidationEntityDefinitionParser.ValidationParseException
All Implemented Interfaces:
Serializable
Enclosing class:
ValidationEntityDefinitionParser

public class ValidationEntityDefinitionParser.ValidationParseException
extends RuntimeException

Exception when validation cannot be parsed.

Author:
Clark Duplichien, Taylor Wicksell
See Also:
Serialized Form

Constructor Summary
ValidationEntityDefinitionParser.ValidationParseException()
           
ValidationEntityDefinitionParser.ValidationParseException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ValidationEntityDefinitionParser.ValidationParseException

public ValidationEntityDefinitionParser.ValidationParseException()

ValidationEntityDefinitionParser.ValidationParseException

public ValidationEntityDefinitionParser.ValidationParseException(String message)


Copyright © 2013 Spring Jutsu. All Rights Reserved.