org.modeldriven.fuml.xmi.validation
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeldriven.fuml.FumlException
                  extended by org.modeldriven.fuml.xmi.XmiException
                      extended by org.modeldriven.fuml.xmi.validation.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends XmiException

Author:
Scott Cinnamond
See Also:
Serialized Form

Constructor Summary
ValidationException(String msg)
           
ValidationException(ValidationError error)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationException

public ValidationException(String msg)

ValidationException

public ValidationException(ValidationError error)


Copyright © 2012. All Rights Reserved.