org.drools.verifier.visitor
Class UnknownDescriptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.drools.verifier.visitor.UnknownDescriptionException
All Implemented Interfaces:
Serializable

public class UnknownDescriptionException
extends Exception

This exception is thrown when verifier tries to handle a descr that it is not familiar with.

See Also:
Serialized Form

Constructor Summary
UnknownDescriptionException(BaseDescr descr)
           
 
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

UnknownDescriptionException

public UnknownDescriptionException(BaseDescr descr)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.