Sugar version 1.13 Core API Specification

jp.ac.kobe_u.cs.sugar
Class SugarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jp.ac.kobe_u.cs.sugar.SugarException
All Implemented Interfaces:
Serializable

public class SugarException
extends Exception

SugarException class.

See Also:
Serialized Form

Constructor Summary
SugarException(String message)
          Constructs a SugarException object.
 
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

SugarException

public SugarException(String message)
Constructs a SugarException object.

Parameters:
message -

Sugar version 1.13 Core API Specification

Sugar: A SAT-based Constraint Solver