FlexOr.container
Class BinPredParamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by FlexOr.container.BinPredParamException
All Implemented Interfaces:
java.io.Serializable

public class BinPredParamException
extends java.lang.RuntimeException

The exception is thrown whenever an attempt is made to access an element from an empty container.

See Also:
Serialized Form

Constructor Summary
BinPredParamException()
          Exception without a message.
BinPredParamException(java.lang.String s)
          Exception with a message.
 
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

BinPredParamException

public BinPredParamException()
Exception without a message.


BinPredParamException

public BinPredParamException(java.lang.String s)
Exception with a message.