org.ourgrid.common.exception
Class TooManyExpressionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ourgrid.common.exception.TooManyExpressionsException
All Implemented Interfaces:
java.io.Serializable

public class TooManyExpressionsException
extends java.lang.RuntimeException

As the Minimize Library works only with alphabetical characters, and we use this library to get DNF, we are restricted to use only 52 characters and, eventually, 52 different expression at JDF's requirements.

See Also:
Serialized Form

Constructor Summary
TooManyExpressionsException()
           
 
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

TooManyExpressionsException

public TooManyExpressionsException()