org.openanzo.glitter.exception
Class FunctionalPredicateInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openanzo.glitter.exception.GlitterException
              extended by org.openanzo.glitter.exception.FunctionalPredicateInvocationException
All Implemented Interfaces:
java.io.Serializable

public class FunctionalPredicateInvocationException
extends GlitterException

Thrown by a FunctionalPredicate if it encounters an unexpected situation.

Author:
lee
See Also:
Serialized Form

Constructor Summary
FunctionalPredicateInvocationException()
          Default constructor.
FunctionalPredicateInvocationException(java.lang.String msg)
           
 
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

FunctionalPredicateInvocationException

public FunctionalPredicateInvocationException(java.lang.String msg)
Parameters:
msg - More information on the exception.

FunctionalPredicateInvocationException

public FunctionalPredicateInvocationException()
Default constructor.



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.