org.modeshape.graph.session
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.graph.session.ValidationException
All Implemented Interfaces:
Serializable

@Immutable
public class ValidationException
extends RuntimeException

A runtime exception signaling failed validation within a graph session.

See Also:
Serialized Form

Constructor Summary
ValidationException()
           
ValidationException(String message)
           
ValidationException(String message, Throwable cause)
           
ValidationException(Throwable cause)
           
 
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

ValidationException

public ValidationException()

ValidationException

public ValidationException(String message)
Parameters:
message -

ValidationException

public ValidationException(Throwable cause)
Parameters:
cause -

ValidationException

public ValidationException(String message,
                           Throwable cause)
Parameters:
message -
cause -


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.