parser.absconparseur.tools
Class UnsupportedConstraintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by parser.absconparseur.tools.UnsupportedConstraintException
All Implemented Interfaces:
Serializable

public class UnsupportedConstraintException
extends Exception

See Also:
Serialized Form

Constructor Summary
UnsupportedConstraintException(String name)
          Constructs a new exception with null as its detail 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

UnsupportedConstraintException

public UnsupportedConstraintException(String name)
Constructs a new exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).



Copyright © 2012. All Rights Reserved.