com.atlassian.crucible.plugin.export.exception
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by com.atlassian.crucible.plugin.export.exception.ValidationException
All Implemented Interfaces:
java.io.Serializable

public class ValidationException
extends javax.servlet.ServletException

Thrown if an input field has not been included in the form submission.

Author:
Ross Rowe
See Also:
Serialized Form

Constructor Summary
ValidationException(java.lang.String string)
           
 
Method Summary
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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

ValidationException

public ValidationException(java.lang.String string)


Copyright © 2008. All Rights Reserved.