org.openanzo.glitter.exception
Class GlitterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openanzo.glitter.exception.GlitterException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CannotGenerateSolutionsException, ConfigurationException, FunctionalPredicateInvocationException, NoSolutionsException, PermissionDeniedException, UnknownGraphException

public class GlitterException
extends java.lang.Exception

Superclass for non-runtime Glitter exceptions.

Author:
lee
See Also:
Serialized Form

Constructor Summary
GlitterException(java.lang.String msg)
           
GlitterException(java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlitterException

public GlitterException(java.lang.String msg)
Parameters:
msg - Description of the exception.

GlitterException

public GlitterException(java.lang.Throwable cause)
Parameters:
cause - Cause of the exception.


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